This is a migrated thread and some comments may be shown as answers.

[Solved] Disabling select by clicking on "row"

1 Answer 97 Views
Grid
This is a migrated thread and some comments may be shown as answers.
luc morrissette
Top achievements
Rank 1
luc morrissette asked on 23 Sep 2009, 07:05 PM
Hello all,

I have a RadGrid that I'm using wich has the Web2.0 skin applied to it. Is it possible to disable the ability to select a row by clicking anywhere on the row, only allowing to select by checking the checkbox?

Thanks a lot for your help!

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 24 Sep 2009, 04:35 AM
Hello luc morrissette,

You can check out the following code library submission which illustrtaes on how to select grid rows only when the GridClientSelectColumn check box is clicked by making use of the grid's OnRowSelecting and OnRowDeselecting client events.
ClientSideSelectColumn - Disallow other selection

Thanks
Princy.
Tags
Grid
Asked by
luc morrissette
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or