I would like to load the contents of RadMultiPage on demand but the PageViewCreated fires before TabClick so I'm rendering the same content in each tab.
I don't see a fix, explanation or solution anywhere. I'm I misunderstanding this?
update for clarification:
1 - load tabs from a datasource (such as a dataview)
2) - dynamically load the page views with the tabclick
3) - using a user control to load into the pageviews
similar to the "Load On Demand RadPageView" but that example isn't complete. It doesn't show the PageViewCreated().
I can't isolate which tab has been selected in order to create the view (or even correlate the view if I've pre-built them)
Thanks,
Beth
I don't see a fix, explanation or solution anywhere. I'm I misunderstanding this?
update for clarification:
1 - load tabs from a datasource (such as a dataview)
2) - dynamically load the page views with the tabclick
3) - using a user control to load into the pageviews
similar to the "Load On Demand RadPageView" but that example isn't complete. It doesn't show the PageViewCreated().
I can't isolate which tab has been selected in order to create the view (or even correlate the view if I've pre-built them)
Thanks,
Beth