I am displaying a jQuery datepicker for a textbox.When i used readonly
for that textbox the datepicker
is coming.But when i used disabled
the datepicker is not coming.
Readonly means it can not open jQuery datepicker
.What is the reason for this.
Thanks in advance..