Tab Order not available on all form elements.
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
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