I am opening a RadWindow (with RadSplitter - 2 radpanes with 2 different pages.) by clicking on a RadContextMenu.
I have to open a second level of RadWindow by clicking on a button in the second pane, which occupies the bottom 1/3rd of the page. By default, if I use the RadWindowmanager of my second pane page, the new radwindow opens within the bounds of that pane. When I try to open the new radwindow by using the RadWindowManager of the parent page, the new window does open but my page with the splitter becomes blank.
Can I open the second RadWindow properly outside the bound of the second pane? The page in the second pane has radTab, can I refresh the content of the second level RadWindow when the radPageView is clicked?
Thanks.
oWnd = window.radopen(url,
null);
- I open my RadWindow in a nameless window .
I have to open a second level of RadWindow by clicking on a button in the second pane, which occupies the bottom 1/3rd of the page. By default, if I use the RadWindowmanager of my second pane page, the new radwindow opens within the bounds of that pane. When I try to open the new radwindow by using the RadWindowManager of the parent page, the new window does open but my page with the splitter becomes blank.
Can I open the second RadWindow properly outside the bound of the second pane? The page in the second pane has radTab, can I refresh the content of the second level RadWindow when the radPageView is clicked?
Thanks.
