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

Row click

2 Answers 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 30 Jun 2011, 03:08 PM
Hi all,

Currently, when user clicks on one row of RadGrid, it will be selected.
I don't want that function, just want to use the Checkbox only
Are there any ways to eliminate it?

Thanks.

Andy.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 01 Jul 2011, 06:15 AM
Hello Andy,

Try setting the Selecting-UseClientSelectColumnOnly as true. Hope this helps.

aspx:
<ClientSettings Selecting-AllowRowSelect="true" Selecting-UseClientSelectColumnOnly="true">
</ClientSettings>

Thanks,
Princy.
0
Andy
Top achievements
Rank 1
answered on 01 Jul 2011, 03:24 PM
Hi Princy,

Glad to receive your answers because they are always perfect.

Thanks.

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