ggc checkbox column

i am using syncfusion ggc 5.2. In one of the columns i am using Checkbox and written the code in the following event

dataGridZonesList_TableControlCheckBoxClick

The code in this event works fine with mouse...but if i do check/uncheck with spacebar from keyboard this event does not get fired. Is there any other event which works both for keyboard and mouse in case of checkbox.

i will be v helpfull if anyone could help me in this..


1 Reply

AD Administrator Syncfusion Team December 19, 2007 01:16 PM UTC

You can try using TableControlCurrentCellChanged. Here is a little sample.




WindowsApplication24.zip

Loader.
Up arrow icon