Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
Is it possible to create a scheduler that show 2 or more days like the outlook calendar?
Yes, Here is a dojo that demonstrates what you are after. It extends the multi day view of the scheduler, and modifies the date range, and the nextDate and previousDate to get only the days we want, and navigate correctly.
This is a modified version of their demo showing how to create custom views by extending existing views: Create Custom Views By Inheriting Built-In Views
You can modifity the calculateDateRange of the custom view to suit your needs.
Oh, that's pretty much it.
Thanks for the dojo and link to the document.