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
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
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.