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

Enable/Disable Row select

2 Answers 508 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Khushali
Top achievements
Rank 1
Khushali asked on 17 Mar 2012, 02:43 PM
Hi,

I have two Kendo Grids. And the User is allowed to select Multiple rows. Now when the second grid is getting loaded, I want to disable the row selection of first grid. And when the second grid is loaded, I again want to enable the row selection. How can i achieve that?

Thanks,
Khushali

2 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 21 Mar 2012, 05:21 PM
Hi Khushali,

Generally speaking, such functionality is not supported out of the box, but a custom JavaScript could be used for this purpose. For example, you could cover the first Grid with an empty div while the second one is getting loaded - this will disable a row selection of the first one.

For convenience I created a sample project and attached it.

Regards,

Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Khushali
Top achievements
Rank 1
answered on 22 Mar 2012, 05:34 AM
Thanks Iliana, thats a good idea. But, hope you will add this feature in future.

Regards,
Khushali
Tags
Grid
Asked by
Khushali
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Khushali
Top achievements
Rank 1
Share this question
or