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();
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.