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,
I want to hide the date row in the scheduler when grouping is used. How can I achieve this?
Hello, Varinder,
A possible approach would be to use the code below in the dataBound event:
dataBound: function() { $(".k-scheduler-layout tr:first .k-scheduler-table") .not(".k-scheduler-header-all-day") .find("tr:first") .hide(); }
Here is a small example for reference.
Let me know how that works for you.
Regards, Martin Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.