How to dynamically add checkbox in infragistics UltraGrid
|
|
|
|
|
|
|
How can I check/uncheck a checkbox inside the UltraWinGrid ??? |
||
|
|
|
|
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. |
||
|
|
