I have a calendar with MultiviewColumns = "2". I need to be able to select dates using javascript.
selectDate() works properly when there is only one calendar. But when I have MultiviewColumns="2", select date does not properly select the "same" dates in both calendars.
For instance.. the July calendar will also show Aug 1, 2, 3, 4, 5, 6, 7 etc. If I call selectDate on an August Date, it will select the date on the first calendar but not the second (which is the August Calendar). So basically the dates appear on both the july and august calendar but they only get selected on the july calendar. How do I fix this? I basically have a loop that selects a date range via javascript that Vlad has been helping me with.
Thanks!