Hello,
I was wondering if someone could direct me to sample code on creating a Radgrid through JavaScript on the client.
I am creating a Multipage view on the client and I want to add a RadGrid in the PageView.
My javascript for the page view is:
I would be trying to fire the RenderControl method of the RadGrid to get the Html which will go into the innerHTML of the page view.
Thanks
I was wondering if someone could direct me to sample code on creating a Radgrid through JavaScript on the client.
I am creating a Multipage view on the client and I want to add a RadGrid in the PageView.
My javascript for the page view is:
| var pageView = new Telerik.Web.UI.RadPageView(); mymultiPage.get_pageViews().add(pageView); pageView.get_element().innerHTML = function to create RadGrid(); |
I would be trying to fire the RenderControl method of the RadGrid to get the Html which will go into the innerHTML of the page view.
Thanks

