I have a rad grid that is using the build in selection box feature (client side). I have a button above the grid. When selecting the button, I would like to be able to run a bit of server side code for each selected item within the grid.
The code requires the IdColumn, which is a column that is not visible, but is returned to the grid.
that is the code should for each selected item, use the Id to execute a stored procedure.
Any help would be much appreciated.
The code requires the IdColumn, which is a column that is not visible, but is returned to the grid.
that is the code should for each selected item, use the Id to execute a stored procedure.
Any help would be much appreciated.