Telerik Kendo UI Grid: Allow grouping of any one column at a time -
The question is specific to the MVC grid control how to restrict the grouping of two or more columns in the cando grid? The user should be able to drag and group any column, but not multiple columns.
Bind this function to the DataBound Grid Event:
at Datatong Function (var) = var = es.sender.dataSource.group (); If (gr.length & gt; 1) {gr.shift (); E.sender.dataSource.fetch (); }}
Greetings.
Comments
Post a Comment