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

RadWindow content focus issue

1 Answer 37 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Marc Roussel
Top achievements
Rank 2
Marc Roussel asked on 30 May 2010, 12:07 PM
Hi,

I have a RadMediaPlayer in a RadWindow.
When the Window appear, I have to click twice on the big triangle that represents a PLAY button
Seems that the content isn't focused.

How do I focus the content of the RadWindow when it appears on screen so when I click on the play button I just need to click once
even if I issue a MediaPlayer.Focus() it doesnt focus anyway

and if I use :

this.Dispatcher.BeginInvoke(() => MediaPlayer.Focus());
System.Windows.Browser.HtmlPage.Plugin.Focus();

It is still not working.

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 31 May 2010, 07:34 AM
Hi,

Can you post more info on how this is related to RadGridView?

All the best,
Vlad
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.
Tags
GridView
Asked by
Marc Roussel
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Share this question
or