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

RadOutlook's Focus event

5 Answers 82 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
Triet Nguyen Cong
Top achievements
Rank 2
Triet Nguyen Cong asked on 14 Dec 2010, 04:44 AM
Hi Telerik team,
Currently, RadOutlookBar not use mouse focus when using keyboard, i can't use Tab key to focus on every OutlookItem.
Why? please help me!
Thanks!

5 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 16 Dec 2010, 02:49 PM
Hello Triet Nguyen Cong,

The RadOutlookBar doesn't implement this scenario. However, I added this item in PITS where you can vote for it. If it gathers enough popularity, we will definitely consider implementing it.

In the meantime you can handle the RadOutlookBar KeyDown() event and try something like this:
if (e.Key == Key.Tab)
{
   outlookbar.SelectedIndex++;
}

Regards,
Tina Stancheva
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Triet Nguyen Cong
Top achievements
Rank 2
answered on 03 Jan 2011, 08:07 AM
Hi,
i hope this issue will be fixed in next version.
Because, I applied this code but it's not stable.
I think, we can use arrow key(Top- Down) to move between other OutLookItems and Tab key to focus within for more detail
0
Tina Stancheva
Telerik team
answered on 04 Jan 2011, 03:21 PM
Hello Triet Nguyen Cong,

Thank you for your feedback. By design the RadOutlookBar doesn't support KeyNavigation. However, we are always open for feedback and suggestions and we will definitely consider implementing the functionality if it gathers enough popularity.

Best wishes,
Tina Stancheva
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Triet Nguyen Cong
Top achievements
Rank 2
answered on 10 Jan 2011, 08:57 AM
I think, it's necessary.
it determine whether we are using telerik or not.
0
Tina Stancheva
Telerik team
answered on 12 Jan 2011, 05:51 PM
Hello Triet Nguyen Cong,

As it is not in the plan for the next releases, is it acceptable for you to use the approach I suggested several posts above. We will see how we can fit this in the plan, however, we cannot commit to a certain timeframe at this stage.
I believe that the suggested approach will do the job for you and enable you to navigate via the keys.

Kind regards,
Tina Stancheva
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
OutlookBar
Asked by
Triet Nguyen Cong
Top achievements
Rank 2
Answers by
Tina Stancheva
Telerik team
Triet Nguyen Cong
Top achievements
Rank 2
Share this question
or