Hi,
I have a DotNetNuke module with quite some controls being loaded dynamically. Each of the input controls has autopostback set. In practice, a user will tab to a next control.
In javascript, I put the ID of the newly focussed control in a hidden field.
Then autopostback occurs, and I use RadAjaxManager.FocusControl() to set the focus to the control in the hidden field.
This works just fine in FireFox and IE9, but doesn't work in IE7 (or IE9 with compatibility mode set to true).
Any ideas?
Thanks!
Stefan Kamphuis
I have a DotNetNuke module with quite some controls being loaded dynamically. Each of the input controls has autopostback set. In practice, a user will tab to a next control.
In javascript, I put the ID of the newly focussed control in a hidden field.
Then autopostback occurs, and I use RadAjaxManager.FocusControl() to set the focus to the control in the hidden field.
This works just fine in FireFox and IE9, but doesn't work in IE7 (or IE9 with compatibility mode set to true).
Any ideas?
Thanks!
Stefan Kamphuis