I am replacing a textbox with an infragistics webcombo and I need to call a client side function. I had expected to setsomething similar to - mywebcombo.Attributes.Add("onfocus", clientsideFunction()"); in the codebehind but the function is never called. Any help would be appreciated.
Webcombo doesn't has onfocus method.
Refer to this link for webcombo client side events
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/WebCombo_Client_Side_Events_CSOM.html