or
Hi,
I have 3 radPanes (with RadSplitters) each with their ContentURL set to 3 different web pages. When I show a modal radWindow in any of the three panes, the window is centred to the window. My requirements are to centre these radWindows to the browser not to the individual web pages. Is this achievable??
I have tried using set_openerElement, but to no avail
function openWin(aspxname,winName) {
var oWnd = radopen(aspxname, winName);
oWnd.setSize(650, 500);
oWnd.set_openerElementID(oWnd.BrowserWindow.parent.ID)
oWnd.add_close(OnClientClose);
}
Thanks
P
| ((sender as CheckBox).Parent.Parent as GridItem).Selected = (sender as CheckBox).Checked; |
RadEditorCommandList" which looks useful.
Is there any way that we can use this (or similar) to grab the click event of the custom button that we've added?
many thanks,
yogi

