How to disable datepicker control?
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 PavlovInfragisitics, Inc.