Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
How to check webcombo selected or not in client side event?
posted

Therefore, I use javascirpt as client side event. use DOM document.getelementbyid('<%=wc1.clientID%>') only return 'null' to me.

How can I get the client selected value in javascirpt?

or I should not use document.getelementbyid() ?

  • 1763
    posted

    there's an Infragistics JavaScript function for that, igcmb_getComboById('<%=wc1.clientID%>')     [hope i got it right, cannot confirm it right now]