This is a migrated thread and some comments may be shown as answers.

Using Radwindow for Report Dashboard

1 Answer 46 Views
Window
This is a migrated thread and some comments may be shown as answers.
Arindam
Top achievements
Rank 1
Arindam asked on 24 Mar 2009, 02:54 PM
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!!!

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 26 Mar 2009, 12:30 PM
Hello Arindam,

I suggest to check the RestrictionZone feature of RadWindow - I believe it will be of help in scenario like yours.

All the best,
Georgi Tunev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Arindam
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or