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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -