Hi Folks,
I know that DateTimeInput doesnt provide addSpecialDate, however I can do a trick and modify the calendar as bellow.
$(‘.jqx-calendar’).jqxCalendar(‘addSpecialDate’, new Date(“2015-06-01”)); (I’ve read that in the forum).
I have to load about 50 special dates and that takes long time and get some “unresponsive script” message.
What I would do is to fill the screen with a transparent image and a spinning wheel in the center saying processing.
Is there a JQWidget native gadget that allows this? Any suggestion?
Best Regards.
Hector.