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
305
How to disable datepicker control?
posted

How to disable datepicker control?

  • 23953
    Verified Answer
    Offline posted

    Hello,

    Try to use the following API to disable igDatePicker:

    $(".selector").igDatePicker("disable");

    Try to use the following API to enable igDatePicker:

    $(".selector").igDatePicker("enable");

    Those API's are inherited from the jQueryUI widget factory that's why they are not listed in our documentation.

    Hope this helps,
    Martin Pavlov
    Infragisitics, Inc.