Hello,
I've created an input page using TabStrips and dynamicaly loaded user controls in a wizard like fashion using the sample:
http://http//demos.telerik.com/aspnet-ajax/tabstrip/examples/applicationscenarios/wizard/defaultcs.aspx
In one of my user controls I have a slider that when the PageView is created and loads that user control, the page loads but the slider is only partially rendered. As a test, I removed the AjaxPanel and allowed postback and it renders fine. I tried using the RadAjaxManagerProxy, but no success. I'm not sure if I'm triggering it or not, since the user control is dynamically loaded. Would I need to invoke the ManagerProxy programmatically when the PageView is created ? Now sure how to go about doing that. Is this even the correct approach ?
Thank you in advance,
Ronnie
I've created an input page using TabStrips and dynamicaly loaded user controls in a wizard like fashion using the sample:
http://http//demos.telerik.com/aspnet-ajax/tabstrip/examples/applicationscenarios/wizard/defaultcs.aspx
In one of my user controls I have a slider that when the PageView is created and loads that user control, the page loads but the slider is only partially rendered. As a test, I removed the AjaxPanel and allowed postback and it renders fine. I tried using the RadAjaxManagerProxy, but no success. I'm not sure if I'm triggering it or not, since the user control is dynamically loaded. Would I need to invoke the ManagerProxy programmatically when the PageView is created ? Now sure how to go about doing that. Is this even the correct approach ?
Thank you in advance,
Ronnie