Checkbox in GridlistControl

Hi All,

i have the following requirement:
i have a gridlistcontrol and one Column should be a checkbox column.
i tried this coding, but it is not working.

GlRoles.Grid.TableStyle.CheckBoxOptions = New Syncfusion.Windows.Forms.Grid.GridCheckBoxCellInfo("True", "False", "", False)
GlRoles.Grid.ColStyles(1).CellType = "CheckBox"

cna someone help?

best regards,
Kai

1 Reply

RC Rajadurai C Syncfusion Team July 10, 2009 03:24 PM UTC

Hi Kai,

Thanks for your interest in Syncfusion Products.

Regarding the usage of checkbox column in gridlistcontrol, please refer to the following forum thread that deals with similar kind of inquiry.
http://www.syncfusion.com/support/forums/grid-windows/82058

Regards,
Rajadurai

Loader.
Up arrow icon