This is a migrated thread and some comments may be shown as answers.

How to create grid at runtime using pure MVC

1 Answer 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hardik
Top achievements
Rank 1
Hardik asked on 14 Jul 2014, 08:41 PM
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

Sort by
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.

 
Tags
Grid
Asked by
Hardik
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or