IsTabStop with WatermarkTextBox inside RibbonView not working

1 Answer 106 Views
RibbonView and RibbonWindow
Richard
Top achievements
Rank 1
Iron
Richard asked on 12 Nov 2021, 11:01 AM

Hi,

I have 2 RadWatermarkextBox in a RibbonGroup. When I Tab in the first, I want to be inside the second one but doesn't seem to work (even with telerik TabExtensions)

Any ideas?


<telerik:RadRibbonGroup Header="Filtrage">
                    <telerik:RadOrderedWrapPanel VerticalAlignment="Top">
                        <telerik:RadWatermarkTextBox WatermarkContent="First" />
                        <telerik:RadWatermarkTextBox WatermarkContent="Second" IsTabStop="True"/>
                    </telerik:RadOrderedWrapPanel>
</telerik:RadRibbonGroup>

1 Answer, 1 is accepted

Sort by
0
Stenly
Telerik team
answered on 17 Nov 2021, 10:18 AM

Hello Richard,

This behavior is expected because the RadRibbonView control does not support keyboard navigation using the Tab key. However, we have a feature request logged into our feedback portal, so, you could vote for it, as well as follow it to get notified via e-mail when its status gets changed. With this said, you could still achieve keyboard navigation with our Keyboard support feature, which allows you to navigate using the keyboard arrows. 

In conclusion, I hope this information helps.

Regards,
Stenly
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
RibbonView and RibbonWindow
Asked by
Richard
Top achievements
Rank 1
Iron
Answers by
Stenly
Telerik team
Share this question
or