Hi;
I'm adding new pans to the RadDockPan with followind code :
RadPane pane = new RadPane();
pane.Header = "Caption";
pane.Content = new SilverlightUserControl1();
dockPan1.paneGroupName.AddItem(pane, Telerik.Windows.Controls.Docking.DockPosition.Center);
After i add 4 panes to center. When i want to close them the first pane closes normally but the second one locks the browser. How can i solve this issue?
Sincerely yours.
I'm adding new pans to the RadDockPan with followind code :
RadPane pane = new RadPane();
pane.Header = "Caption";
pane.Content = new SilverlightUserControl1();
dockPan1.paneGroupName.AddItem(pane, Telerik.Windows.Controls.Docking.DockPosition.Center);
After i add 4 panes to center. When i want to close them the first pane closes normally but the second one locks the browser. How can i solve this issue?
Sincerely yours.