how to add make the whole column as checkbox include the header in the gridgrouping control

Hello,
I want to make a column as checkbox including the column header in the gridgrouping control. I set the gridcolumndescriptor.appearance.columnheadercell.celltype to "CheckBox" and it just show the a checkbox image in the column header. Any idea? Thanks.

Abbt

1 Reply

RC Rajadurai C Syncfusion Team June 13, 2009 01:34 PM UTC

Hi Abby,

Thanks for your interest in Syncfusion Products.

Please refer to the following sample in which the checkbox is also displayed in Column header which provides CheckAll functionality(i.e., once it is checked, all cells in that column get checked). Event like TableControlCellClick, TableControl.MouseUp, TableControlCheckBoxClick, SaveCellText are handled to effectively achieve this functionality.
http://files.syncfusion.com/support/Grid.Windows/F82373.zip

Regards,
Rajadurai

Loader.
Up arrow icon