Hi,
I don't know if I understood you correctly but to disable manual editing of a DatePicker, you could just set its internal mobile property to true, since editing is only allowed on desktop devices.
oDatePicker._bMobile = true;
Hi,
I don't know if I understood you correctly but to disable manual editing of a DatePicker, you could just set its internal mobile property to true, since editing is only allowed on desktop devices.
oDatePicker._bMobile = true;