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

Floating Rad Pane Focus

2 Answers 70 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Rick Knicely
Top achievements
Rank 1
Rick Knicely asked on 27 Jun 2010, 03:46 PM
Hello,
I am having trouble setting the focus to a RadPane.  This is true in both docked and undocked panes, However the undocked floaing pain is my main problem.

This is the code that I am using.

            RadPane rp = lc.Pane;
            rp.IsSelected = true;
            rp.Focus(); 

Thank you,

2 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 30 Jun 2010, 12:07 PM
Hi Rick,

 Could you please give us some more information about what the problem is? If you could send us a sample project that reproduces the issue and some information how to reproduce it and observe it this will help a lot.

Sincerely yours,
Miroslav Nedyalkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Rick Knicely
Top achievements
Rank 1
answered on 23 Jul 2010, 03:44 PM
I solved this issue by using the toolwindow focus instead of the radpane focus.  There must have been a change to how that works in one of the recent releases.
Tags
Docking
Asked by
Rick Knicely
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Rick Knicely
Top achievements
Rank 1
Share this question
or