I am using a Radgrid in Batch Editing Mode (example)
I am trying to allow an end user to apply a value to a column for all records listed.
For example I have 3 columns named 1 2 & 3, and we have 10 records showing in the grid. I want the End User to be able to apply a value which is determined outside the grid to all 10 records in column 2.
The problem is that when I am using the grid in batch editing mode, I need to somehow tell the grid which cells have been edited so that the red triangle in the top left corner of the cells show up once a cell has been edited. The goal is to not apply the changes until the End User clicks the save button attached to the grid.
I have placed an arrow on the save button and an arrow pointing at the red triangle which indicates that a cell has been modified.
I have a button outside of the grid which attempts to set the value to the ACT Arrival column for all records.
Here is the code behind that button
So, I want to edit all cells in a given column for all records and mark all records that have been modified as ready to process in batch.
I appreciate any assistance that can be offered and will reply quickly to questions.