Hi Telerik,
I have serious problem.......
I have used to RadPanes one as header and the other as main pane in which the content gets displayed.
i have a user control which shows some tabs,this is placed in the header radpane.
Now on clicking the tabs i need to change the content url of the main content in order to load a different page in it.
i'am using javascript to get the to get the element id of the pane from the main rad pane in the click event of the tabs of the user control.
but ia'm unable to change the url of the content pane
In user control
the script used to get the contentpane id is
i'am calling this on the click event of tab.....
This is the code i have written in the maincontent pane to get the id of the pane
i'am getting the id but not able to load the content with the page required.....................
plz help me on this .............................asap...............plzzz
Thanks in Advance
Pushpa.
I have serious problem.......
I have used to RadPanes one as header and the other as main pane in which the content gets displayed.
i have a user control which shows some tabs,this is placed in the header radpane.
Now on clicking the tabs i need to change the content url of the main content in order to load a different page in it.
i'am using javascript to get the to get the element id of the pane from the main rad pane in the click event of the tabs of the user control.
but ia'm unable to change the url of the content pane
In user control
the script used to get the contentpane id is
function GetId()
{
var splitterPageWnd = window.parent;
var splitterObject = splitterPageWnd.GetRadSplitter();
splitterObject.SetcontentUrl=(
"http://www.google.com");
}
i'am calling this on the click event of tab.....
This is the code i have written in the maincontent pane to get the id of the pane
function GetRadSplitter ()
{
return document.getElementById("RadContentPane");
}
i'am getting the id but not able to load the content with the page required.....................
plz help me on this .............................asap...............plzzz
Thanks in Advance
Pushpa.