I am new to Kendo and want to know whether is it possible to create dynamic grid at run time say on a button click with using only pure MVC like create the grid control on server side and render it on client side
1 Answer, 1 is accepted
0
Dimiter Madjarov
Telerik team
answered on 15 Jul 2014, 12:41 PM
Hi Hardik,
The current scenario cannot be implemented with Kendo UI, as the widgets are initialized on the client side via JavaScript. The MVC wrappers are serializing the JavaScript code, required for the widget initialization and inject it in a document.ready block alongside the needed HTML elements.
Regards,
Dimiter Madjarov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.