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

Checkbox Multiselect

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jarrod
Top achievements
Rank 1
Jarrod asked on 12 Sep 2008, 02:11 PM
I am using Q1_2007_SP2 Ajax RadControls for ASP.Net 1.1.  I am trying to add multiselect functionality to the grid via checkboxes.  I got it to work exactly as I wanted after I disabled all natural row selecting ability.  That caused the unintended side effect of having the dataGrid.Rows client side rows collection available.

Is there any easy way to get back the client RadGrid Rows collection without turning the RadGrid's natural client row selectability back on?

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 15 Sep 2008, 11:13 AM
Hi Jarrod,

You can preserve the row selection setting, and simply cancel it out in the onRowSelecting client side handler. This will both remove the row selection, and preserve the availability of the client object.

Kind regards,
Yavor
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Jarrod
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or