I am using the datepicker on my asp.net code and when I disabled it like:
dteCancellationDate.Enabled = false;
I can see the textbox is disabled, but the user can still click on the Drop Down and the calendar popup. Am I doing this right? Like I said, I am disabled it on my C# code.
Thanks
Robert J.