You can add checkbox for row headers except column headers and summary by using the following code in RowBound event. C#
VB
You can get the rows whose checkbox has been checked by using the following code example. C#
VB
All the selected rows are displayed within the selectedRows array, through which you can get cell values of the selected rows.
C#
VB
In the above code example, selectedCells contains all the cell values of the checked rows and using these values you can do any processing based on the users requirement.
|
This page will automatically be redirected to the sign-in page in 10 seconds.