Hi, I'm having a problem with RadMultiPage, I'm changing the PageView through a javascript command, so when I need to do a check pageview appear in the code that Icreated to update some information, I tried using the load of the pageview, theprerender and nothing worked ... I need to do?
I'm viewing the page view are not viewing the code that I wrote
JavaScript Code:
function ViewPage() {
var multiPage = $find("<%= RadMultiPage1.ClientID %>");
var pageView = multiPage.findPageViewByID("PageView1");
pageView.set_selected(true);
}
I'm viewing the page view are not viewing the code that I wrote
JavaScript Code:
function ViewPage() {
var multiPage = $find("<%= RadMultiPage1.ClientID %>");
var pageView = multiPage.findPageViewByID("PageView1");
pageView.set_selected(true);
}