Page 1 of 1

Only Edit Via Dropdown Calendar?

PostPosted: 30 Dec 2013 14:39
by Aggie85
Howdy!

Is is possible to have a TIWCGJQDatePicker only editable via the drop down calender? That is, I don't want the user to be able to enter a date (trying to prevent stupidity)!

Happy New Year!

Aggie85

Re: Only Edit Via Dropdown Calendar?

PostPosted: 30 Dec 2013 15:34
by Alexander Bulei
Hi Aggie85,

Aggie85 wrote:Howdy!

Is is possible to have a TIWCGJQDatePicker only editable via the drop down calender? That is, I don't want the user to be able to enter a date (trying to prevent stupidity)!

Happy New Year!

Aggie85


Yes, it's possible.
Set the ReadOnly property to True and add javascript code in JQDatePickerOptions.OnBeforeShow.Script to display the popup calendar:

30-12-2013 14-32-52.png


Best Regards.

Re: Only Edit Via Dropdown Calendar?

PostPosted: 30 Dec 2013 15:50
by Aggie85
Thanks - that works GREAT!!!!

Happy New Year!

Aggie85