Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi All,
Is there a way to set the number of columns grouping allow in a grid (say 4)? Example will be great!
TIA
I found a alternative solution that works for me.
var dataSource = $("#grid").data("kendoGrid").dataSource; var groups = dataSource.group(); return maxOut = (groups && groups.length > 4);