Categories | Question details Back To List | ||
DHTMLX Grid : Change the color of the cell dynamically through script 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. Answer posted by Support on Aug 07, 2008 01:22 You can set the color of cell by grid.setCellTextStyle(id,index,style_string); grid.setCellTextStyle(1,1,"background-color:red;"); |