Thank you. In your demo, current Date is not highlighted upon initialization, any reason for this? because of this I am not able to validate removing the highlighting.
In every demo of yours, the calendars are plain without any pre-selected date. I tried IE & Chrome, they are looking same. In my code, every calendar is being initialized with current date highlighted.
$(“#jqxCalJan”).jqxCalendar({ width: ‘100%’, height: ‘100%’, theme: theme, selectionMode: ‘default’, readOnly: true, showOtherMonthDays: false, enableWeekend: true, enableViews: false });