tags:

views:

760

answers:

2

How to dynamically add checkbox in infragistics UltraGrid

+1  A: 

Just make sure that the data-type of the column you are binding is of type bool. It will automatically create checkbox for that column.

Ramesh Soni
+1  A: 

How can I check/uncheck a checkbox inside the UltraWinGrid ???

related questions