I have have a Janus 4 GridEx control which includes a checkbox column. I need to be able to disable certain rows (i.e make them non selectable/greyed out) depending the value of a particular column. The data for the grid is loaded from a database.
Any help would be appreciated.
You have to utilize the
LoadingRow
andSelectionChanged
events of the Janus Grid.This is a sample code: ( Here I'm checking the value of a particular column to be divided by 2)