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

[Solved] Change selectable property on grid dynamically

0 Answers 18 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
KendoUser
Top achievements
Rank 1
KendoUser asked on 20 Jun 2012, 12:27 PM
Initially I have the selectable property on my grid set to multiple. But when a user double clicks a particular cell in that grid , I want to set this property to "cell" . 

I can set the selectable value for the grid using:

var grid = $grid.data("kendoGrid");
grid.options.selectable = "cell";  
grid.refresh();

But even after doing a refresh , the changes are not reflected in the grid. Is there something else I need to do for the changes to take effect?

Thanks. 
Tags
Grid
Asked by
KendoUser
Top achievements
Rank 1
Share this question
or