Completed
Last Updated: 21 Jun 2022 21:45 by ADMIN
ADMIN
Danail Vasilev
Created on: 19 Sep 2013 16:11
Category: FormDecorator
Type: Feature Request
1
ADD ability to focus decorated buttons by RadFormDecorator with JavaScript
Currently decorated inputs by RadFormDecorator are set with TabIndex="-1", so that they cannot be focused. Expose an additional property in RadFormDecorator through which the decorated button can be focused.

For the time being the focus() can be set to the parentNode of the button. For example:

document.getElementById('Button1').parentNode.focus();

1 comment
Puriwat
Posted on: 20 Sep 2013 02:34
Yes, please help to add this ability. I was struggled with the javascript a while trying to figure out what wrong in the page. Until I got this suggestion.

Thank you.