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
2725
get TBCustom inner control with javascript
posted

HI

   I have a Dropdownlist inside a TBCustom control in webtoolbar.

How do I get the reference to the dropdownlist in javascript.

 

Gary

Parents
  • 8160
    posted

    Hi Gary,

    Do you mean WebDropDown control ?

    for Infragistics WebDropDown control you can use

    var webDropDown = $find('<%=WebDropDown1.ClientID%>');

    for Microsoft DropDownlist

    var dropDonwList = document.getElementById('DropDownList1');

    Hope this helps

Reply Children
No Data