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

RadDropDownList and Tab issue

1 Answer 104 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Jason Parrish
Top achievements
Rank 1
Jason Parrish asked on 11 Apr 2014, 03:29 PM
When the DropDownStyle is set to "DropDown" on the RadDropDownList, the control will not accept a <TAB> focus.  The issue appears to be caused by the hosted textbox having its TabStop set to False.  Is this a bug or by design?  

This workaround appears to fix the issue.  Thoughts?
RadDropDownList1.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDown
 
Dim oTextbox As HostedTextBoxBase
oTextbox = Dropdownlist.DropDownListElement.EditableElement.TextBox.TextBoxItem.TextBoxControl
oTextbox.TabStop = True

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 14 Apr 2014, 12:40 PM
Hi Jason,

Thank you for writing.

At first sight this appears to be an issue, hence I have added it to our feedback portal: http://feedback.telerik.com/Project/154/Feedback/Details/125887, where our developers can review it. Feel free to add your vote/comment to it.

I have updated your Telerik Points for this report.

Meanwhile, feel free to use the workaround you mentioned.

Regards,
Stefan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
DropDownList
Asked by
Jason Parrish
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or