DHTMLX Grid : Change the color of the cell dynamically throu

Hi,

Can I change the color of the cell dynamically through script ???

Basically I want to change the color of the cell thru the option present in right click context menu.

You can set the color of cell by
grid.setCellTextStyle(id,index,style_string);
grid.setCellTextStyle(1,1,“background-color:red;”);

dhtmlx.com/docs/products/dhtmlxG … 8098534000