Posted 14 September 2017, 11:22 am EST
In Flexgrid I need to set css class for a particular cell. I have have its row number & Column number.
I can get data of that cell by using following code
Grid_Table.getCellData(row, col)
Similary is there any way to set Css Class for this cell.? I am using pure js for flexgrid.
I have to do this in separate function NOT in any event like cellformatter/CellEditEnd