What’s the difference between Kendo UI Complete for ASP.NET MVC and Telerik Extensions for ASP.NET MVC?
I had read there post but couldn’t understand the exact difference.
According to them
Modularity: With Kendo UI Complete for ASP.NET MVC you can leverage
the client and server pieces independently, or together, depending on
your preferences or project requirements. This cannot be done with
Telerik Extensions.
What is the exact meaning of these point? Can anybody explain these with an example?
There are only 2 differences?
Which one is best to use between these two components?
as mentioned in the docs :
1-Device reach with HTML5 and JavaScript: Kendo UI Complete for ASP.NET MVC gives you the ability to target both desktop and mobile devices using the cross-platform power of modern HTML5, CSS3 and JavaScript.
2-Modularity: With Kendo UI Complete for ASP.NET MVC
you can leverage the client and server pieces independently, or together, depending on your preferences or project requirements. This cannot be done with Telerik Extensions.kendo ui has what telerik has with 2 extras.kendo ui targets both desktop and mobile devices.this one is clear enough.but about the second one (Modularity) , you can feel this difference if you already have used KendoUI client side extensions before ASP.NET MVC.this means you can use telerik client extensions even if you are not an ASP.NET MVC developer (as a javascript developer) this is what you can not do with telerik extensions.