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

Changing groupable property for existing grid

0 Answers 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Irit
Top achievements
Rank 1
Irit asked on 04 Sep 2012, 12:49 PM
Hi,

I'm trying to change the "groupable" property of a grid on an existing grid. 

I tried to do the following:

var grid = $("#usersGrid").data("kendoGrid");
grid.groupable = false;

Didn't work...

Anyone knows how can I do that?

Thanks,

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Irit
Top achievements
Rank 1
Share this question
or