I am using RadWindows for opening reports in dashboard.
I am having RadTreeView, I am dragging the treeview node and placing the radwindow in a panel for this I am using
function openDashboards(source, dest, e)
{
var oWnd = window.radopen(document.getElementById('NewWindowBox').value, null);
oWnd.SetTitle("My Dashboards");
return false;
}
I am calling this function at treeview event i.e. BeforeClientDrop.
Now what I want to do, I want to generate my radwindows in a specific boundary i.e. all my radwindow should come in specific div or panel, and if I am dragging the radwindow out the div or panel, it won't allow!!!
Also suppose I click tile button in my form, then also all my radwindows will be tiled in specified div or panel...
At present the radwindow are coming in whole region of my window. Please help. Reply awaited.....
Thanks in advance!!!
I am having RadTreeView, I am dragging the treeview node and placing the radwindow in a panel for this I am using
function openDashboards(source, dest, e)
{
var oWnd = window.radopen(document.getElementById('NewWindowBox').value, null);
oWnd.SetTitle("My Dashboards");
return false;
}
I am calling this function at treeview event i.e. BeforeClientDrop.
Now what I want to do, I want to generate my radwindows in a specific boundary i.e. all my radwindow should come in specific div or panel, and if I am dragging the radwindow out the div or panel, it won't allow!!!
Also suppose I click tile button in my form, then also all my radwindows will be tiled in specified div or panel...
At present the radwindow are coming in whole region of my window. Please help. Reply awaited.....
Thanks in advance!!!