Is it possible to define a DataSource via a server wrapper and share it between Kendo controls, all via the server wrapper API for ASP.NET MVC?
1 Answer, 1 is accepted
0
Alexander Valchev
Telerik team
answered on 23 Apr 2013, 09:01 AM
Hello Kevin,
I am afraid that this is not possible with server wrappers. In order to use shared DataSource, you would have to work with JavaScript syntax. To simplify the development, you can still use the existing backend service (with ToDataSourceResult) and DataSource of type "aspnetmvc-ajax".
Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!