Hi,
I am using DHTMLX Grid and am using ‘ch’ as one of its column type.
Now I want to give custom style (CSS class) to that checkbox.
How can I do this ?
You can access HTML element of any cell in grid as
grid.cells(id,ind).cell
you can assign any custom style of className to necessary cell by using its HTML element
Beware that checkboxes in grid is not real inputs , but images