Hello,
I'm migrating from Telerik Version 1Q 2007 to 1Q 2010.
I have following scenario:
Page[ RadEditor[ Custom Dialog ] ]
CustomDialog[ RadStrip[] MultiPage[PageView[ RadEditor ], PageView[TextBox], PageView[RadTreeView], ... ] ]
And I have to get an object referenced to the Controls inside the Pageviews (clientside).
But I even can't find the RadTabstrip nor the pageView with:
I'm migrating from Telerik Version 1Q 2007 to 1Q 2010.
I have following scenario:
Page[ RadEditor[ Custom Dialog ] ]
CustomDialog[ RadStrip[] MultiPage[PageView[ RadEditor ], PageView[TextBox], PageView[RadTreeView], ... ] ]
And I have to get an object referenced to the Controls inside the Pageviews (clientside).
But I even can't find the RadTabstrip nor the pageView with:
function initDialog() {
var clientParameters = getRadWindow().ClientParameters;
var tabStrip = $find("<%= RadTabStrip1.ClientID %>");
var pageView = $find("<%= RadMultiPage1.ClientID %>");
at least the ClientParameters are ok. Can someone help?
Thanks.