Tab Order not available on all form elements.

Posted by Community Admin on 04-Aug-2018 20:21

Tab Order not available on all form elements.

All Replies

Posted by Community Admin on 14-Mar-2011 00:00

I noticed that I can only set the tab order on text boxes and submit buttons using the form builder widgets.  I could not find a way to set the tab order of drop downs, radiobutton lists, checkbox lists, or textareas.  These widgets don't have the advanced button to allow me to set this.

Will this be addressed in a future release?

thanks,
Steve

Posted by Community Admin on 15-Mar-2011 00:00

Hi Steve,

TabIndex is a property of the ASP.NET web control and it is exposed by the control designer aromatically. We are going to discuss internally whether to enable the advanced section, because there are some limitations.
Currently the only way is a custom control that inherits from the base class and overriding the control designer - SetPropertyEditorAdvancedMode method.

Regards,
Ivan Dimitrov
the Telerik team

This thread is closed