Completed
Last Updated: 24 Sep 2019 06:43 by ADMIN
Dinko
Created on: 18 Mar 2019 15:42
Category: UI for WPF
Type: Bug Report
4
ComboBox: TabIndex property is not respected when the control is in editable mode
TabIndex property is not respected when the IsEditable property of the RadComboBox is set to true.
7 comments
ADMIN
Martin Ivanov
Posted on: 24 Sep 2019 06:43

Hello Craig,

Thank you for letting us know. It is great to hear this.

Regards,
Martin Ivanov
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Craig
Posted on: 23 Sep 2019 17:52

I installed the update today, and am able to confirm TabIndex is indeed fixed for our bound RadComboBoxes in our application.

Thank you.

ADMIN
Vera
Posted on: 17 Sep 2019 16:14
Hello,

The fix was part of LIB version 2019.2.708 (7/8/2019) and will be also available with R3 2019 expected this week. 

Regards,
Vera
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Peter
Posted on: 13 Sep 2019 14:50
@Craig Ah I see. Yeah our solution definitely would not work. Hopefully this bug is fixed soon.
Craig
Posted on: 13 Sep 2019 14:48
@Peter unfortunately that's not a solution, as TabIndex is a bound property for us and users have the ability to customize their tab order within the application.
Peter
Posted on: 13 Sep 2019 14:45
@Craig my team was able to overcome the issue by defining the XAML object in the same order that we wanted the tab order to be. While not ideal we found this was the easiest fix for the time being. (Granted this solution will not work for everyone.)
Craig
Posted on: 13 Sep 2019 14:43

Any movement on this?

Right now I'm using standard ComboBoxes in place of RadComboBoxes until the TabIndex is resolved.