Hi, may i know how to set focus on webcombo in code behind? using webcombo.focus()?? I cant set focus to the webcombo using .focus() function? It there got anythings to focus this webcontrol in code behind?
Thanks and Regards,
kokls
I suggest using the client-side .focus() function instead. The server-side Focus() method is not implemented for WebCombo.
I provide further details in the following post:http://forums.infragistics.com/forums/p/16123/60266.aspx#60266
Hi,
Webcombo.focus() is the code behind for Webcombo and focus() is common for all webcontrols so we can use the focus() in code behind . example: Textbox1.Focus()
Regards,
Kannan.S