We have a checkBox in a Template column in an ASP.NET DataGrid.
This checkbox is used to multi-select rows in the grid (for instance - a selection of returned records from a lookup).
How can we establish the most recently clicked row in the DataGrid - i.e. the last row in the grid that we selected the checkbox against ?
Any suggestions would be appreciated.
Thanks in advance,
Steve
This checkbox is used to multi-select rows in the grid (for instance - a selection of returned records from a lookup).
How can we establish the most recently clicked row in the DataGrid - i.e. the last row in the grid that we selected the checkbox against ?
Any suggestions would be appreciated.
Thanks in advance,
Steve