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
this.radSchedulerNavigator1.WeekViewClick += new EventHandler(radSchedulerNavigator1_WeekViewClick);
this.radSchedulerNavigator1.MonthViewClick += new EventHandler(radSchedulerNavigator1_MonthViewClick);
void radSchedulerNavigator1_WeekViewClick(object sender, EventArgs e) { this.radSchedulerNavigator1.ShowWeekendCheckBox.Visibility = ElementVisibility.Collapsed; }