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,
One way to disable the Kendo UI PivotGrid settings is to add the "k-state-disabled" class in a dataBound handler:
https://dojo.telerik.com/@bubblemaster/iNILoNuD
dataBound: function(e){ $(".k-pivot-setting").addClass("k-state-disabled"); }
Regards, Alex Hajigeorgieva Progress Telerik