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?
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!