We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to add a column with checkbox in a datagrid?

Hi all, I am new to VB.NET, i already bind my datagrid, so how do I add an extra column? Thanx..

2 Replies

CH cheryl August 6, 2002 11:59 PM UTC

> Hi all, I am new to VB.NET, i already bind my datagrid, so how do I add an extra column? > Thanx.. oops, i wana add in something.. i've added a DataGridTableStyle and DataGridBoolColumn, but there is no change in the datagrid leh...


CB Clay Burch Syncfusion Team August 7, 2002 08:50 AM UTC

One explanation is that your datagrid is not using the tablestyle that you added. A simple check is to change the ALternatingBackColor property of the datagrid to see if the row colors alternate as expected. If not, then the tablestyle is not being used. If the tablestyle is not being used, make sure you have set the MappingName property of the TableStyle to the proper mapping name for the datasource you are using in the datagrid.

Loader.
Live Chat Icon For mobile
Up arrow icon