Still new to discovering the possibilities...:-)
I have a RadTextbox1 in an asp:panel which on first page load is set to invisible.
I have an image button that initiates a radmanager ajex request to update the panel, server behind code switches the visibility of the panel on, then :-
The screen does a couple of flickers but the focus is still on the image button, not the text box.
Am i missing something here?
Kevin.
I have a RadTextbox1 in an asp:panel which on first page load is set to invisible.
I have an image button that initiates a radmanager ajex request to update the panel, server behind code switches the visibility of the panel on, then :-
RadAjaxManager1.FocusControl(RadTextBox1.ClientID);
The screen does a couple of flickers but the focus is still on the image button, not the text box.
Am i missing something here?
Kevin.