I'm using a RadGrid with row selecting enabled where one of the columns of the grid is a hyperlink column.
When the user clicks on a link, another window pops up with some information.
The row selection check boxes are there to allow the user to delete a row, but when they click on a link, sometimes that row will be selected.
I would like to allow the user to select a row by only clicking on the check box. The row doesn't even have to become highlighted, as long as the check box shows as checked and the row gets added to the SelectedRows collection on server side.
Please advise.
Regards,
Rod
When the user clicks on a link, another window pops up with some information.
The row selection check boxes are there to allow the user to delete a row, but when they click on a link, sometimes that row will be selected.
I would like to allow the user to select a row by only clicking on the check box. The row doesn't even have to become highlighted, as long as the check box shows as checked and the row gets added to the SelectedRows collection on server side.
Please advise.
Regards,
Rod