I have a ultragrid with the first column as checkbox. On the form there is a button "Select All"; How to select/ checkmark that one cell on all the rows.
Selecting all rows is easy. HOWTO:What is the best way to programmatically select all rows in the grid?
To check a checkbox, you would have to loop through every row in the grid and set the Value property of the appropriate cell.