Hi All,
We have three tabs: tab1,tab2,tab3 of Infragistics.WebUI.UltraWebTab type.
All tabs have diffrent controls like textboxes,dropdowns etc.
I need to set focus on textbox1 located in tab1.
But I am not able to do that with textbox1.focus() and setfocus(textbox1.uniqueID).
Please guid how to do that for UltraWebTab.
Thanks in advance.
I believe you are going to need to first change the user to be on "tab1" then you can set the focus to the control that is now within the viewable area.