Hi all,
Can anyone tell me how to go about adding a checkbox to a data grid that can be used to differentiate which rows in the data grid need to be updated.
The use case:
I have a data grid that is populated by rows in a table and I would like to be able to select which tables will be updated via a server function when you click a button. Currently I have the check box in the RowTemplate with no data bindings but cannot work out how to read the state of the checkbox in the rows when the button update button is clicked.
I do not want to use the change event on the checkbox to run the server function as it would not be required if the user cancelled the operation.
Thank you in advance.
Rick