Hi team,
We are using Infragistics Web DataGrid in our Project,
also there is check box column , user can select multiple rows using check boxes,
We are storing selecting rows in another table .
Issue is:
On button click once we are stored the rows,
We want Grid's already check boxes should be unchecked. like initially for all rows of grid check boxes are unchecked.
Please let us know how to achieve that.
Thanks.
Hi yadusaxena,
If you have a header checkbox, you could try setting HeaderChecked on the unbound checkbox column. Also, you could iterate through all the rows and simply set the value to false.
regards,
David Young