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

Row Selection Bug?

1 Answer 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jeanne
Top achievements
Rank 1
Jeanne asked on 19 Jun 2012, 08:27 PM
I have a small grid that has AllowMultiRowSelection="false" and I have an OnRowDeselecting event handler which, for testing, simply calls eventArgs.set_cancel(true)

If I select a row by clicking on it, and then click another row to select it, both rows will be selected! This is improper behavior! If I add handlers for all of the de/selection events, I can see that, despite the fact that I have set multirow selection FALSE, and despite the fact that I cancelled the deselectin event, the selecting and selected events for the other row still fire, resulting in multiple rows selected!

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 20 Jun 2012, 03:13 PM
Hi Jeanne,

I have created a sample RadGrid web site where I tested the described scenario. Please find the attached project and let me know what I am missing out to reproduce the issue since on my side everything works as expected.

Regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Jeanne
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or