Posted 7 November 2018, 2:03 am EST
In JavaScript:
$ (“# ctlInputDate”). prop (“disabled”, true);
It code only disable changes writing in the control but if you use the mouse and make a Click it shows the calendar !. So the control is not disable totally!
I need to disable the full control like ASP.Net: ctlInputDate.Enable = false;
What should I do?
Some body have the solution?