Telerik Scheduler component supports all standard ASP.NET data sources with scheduling data. Its flexible provider model allows flexible binding to any external datasources and a better control over the data source configuration. Unlike other scheduling controls, Telerik RadScheduler has no preset restrictions for database schemes, which saves you the trouble of manually modifying predefined database models. Additionally, you are able to bind generic lists of data, which are the lightweight alternative of standard datasources. Another major point of scalability is that RadScheduler is optimized for processing huge databases by loading only the data to display on the current schedule view.
A unique feature of Telerik Scheduler is the ability to bind it directly to WebServices, resulting in major performance enhacements. You can perform various operations on the client such as add/remove appointments. In this mode all operations are forwarded to a Web Service for processing using JSON calls for data transfer. This completely eliminates the need for postbacks and improves server load and bandwidth usage. With all these Client-side improvements RadScheduler is now ASP.NET MVC-ready
See demo
Top