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
20
How to disable Webdropdown using javascript
posted

I want to disable the webdropdown control using javascript. How will I do it???

Plaese help !!!

Parents
  • 24671
    posted

    Hi,

    Is your question the same as this one ?:

    http://forums.infragistics.com/forums/t/27316.aspx

    (I assume it's the same). 

    What you would like to achieve is not disable the dropdown, but disable the input box inside the control. This is internal to the rendering, and is not publicly exposed. You should not do this, and even if you do, it's not guaranteed that everything will work fine.

    I proposed a solution to cancel the ValueChanging client-side event - which will have the same effect, using public APIs. Did you try this?

    Thanks for the feedback,

    Angel 

Reply Children