Is there a way to make the KeyTipService work for the items in a listbox on a RadRibbonDropDownButton?
2 Answers, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 19 Jan 2016, 10:32 PM
Hello Anthony,
I will contact you tomorrow with more information on the matter.
Regards,
Martin
Telerik
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 Feedback Portal
and vote to affect the priority of the items
0
Martin Ivanov
Telerik team
answered on 21 Jan 2016, 01:38 PM
Hello Anthony,
You can use the KeyTipService navigation with a ListBox control. If you set the KeyTipService.AcessText property on a ListBoxItem (or the ListBox itself), the service will be able to navigate to the control, but its internal logic won't know what action to execute. However, you can subscribe the ListBox to the KeyTipService's Activation event and implement the behavior which should be executed when the specific key is pressed.
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 Feedback Portal
and vote to affect the priority of the items