I'm in the process of creating a mobile app using the radscheduler but Kendo sounds great. Is there any way I can marry the two together?
2 Answers, 1 is accepted
0
Iliana Dyankova
Telerik team
answered on 04 Apr 2012, 09:22 AM
Hello Shawn,
There is no built-in integration logic between these products, but currently there are no known issues that prevent using both Kendo UI and RadScheduler for ASP.NET AJAX in same app.
Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
I have found that mixing Kendo UI and JQuesry with ASP.NET and Telerik and/or DevExpress is a pain because you are constantly trying to synchronize state between the client and the server. ASP.NET pretty much assumes that ASP owns the state.
Thick server and thick client seems to be a bad combination.