Hello, I have some RadPanes floating.
I try this:
In order that some RadPane got focus and see over all.
If yoy click in header of Pane, this got the focus and see over all, but with code, not.
Any way to set the "z-index" of floating panes?
In this sample
http://www.telerik.com/ClientsFiles/193221_docking-isselected.zip
Is you put both RadPane Floating, and click on "Click Me" button see the problem. The same Radpane is over the other
Thanks in advance
I try this:
oRadPane.IsSelected=true;
oRadPane.Focus();
In order that some RadPane got focus and see over all.
If yoy click in header of Pane, this got the focus and see over all, but with code, not.
Any way to set the "z-index" of floating panes?
In this sample
http://www.telerik.com/ClientsFiles/193221_docking-isselected.zip
Is you put both RadPane Floating, and click on "Click Me" button see the problem. The same Radpane is over the other
Thanks in advance