AD
Administrator
Syncfusion Team
November 11, 2005 05:33 PM UTC
Is this a column in your DataSource? If so, is its type bool? This should just work OK. Here is a little sample. http://www.syncfusion.com/Support/user/uploads/GDBG_CheckBox_50c4a6c7.zip
Now if this is an unbound column (not in your DataSource), then there is more work to be done. You have to handle events to get and save the check box values for every cell. This sample that we ship has an unbound checkbox in \Grid.Windows\Samples\DataBound\GDBGMultiHeader