Well, that's basically what I want to do. I want to programmatically create PageViews on the server side, along with tabs. Couldn't find an example for the views. Any help?
3 Answers, 1 is accepted
0
Yana
Telerik team
answered on 12 May 2010, 09:20 AM
Hello,
Please check this help article for more information about adding pageview dynamically.
All the best,
Yana
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.
I checked that out and got the page view working. How would I go about adding content to the pageview itself. Specifically, I need to programatically add a radgrid to each pageview?
0
Helen
Telerik team
answered on 24 Mar 2011, 10:30 AM
Hello,
You may use the PageViewCreated event similar to the example below and add grids instead of user controls: