I am working with EpiMonthViewMulti and believe that this is an extension of the infragistics ‘MonthViewMulti’.
Could you tell me how to set a whole week in this calendar? Thanks.
I selected the days in the week for the current month, but the selection doesn’t work if I am trying to select different month. Why is that?
calendar.CalendarInfo.SelectedDateRanges.Add(inputDate, inputDate.AddDays(6));
Lio,
What is EpiMonthViewMonthly? Is that a custom control derived from the Infragistics UltraMonthViewMonthly? I have attached here a sample in which I used your code with the UlraMonthViewMonthly and it seems to work fine. Can you give me a sample that reproduces the issue you have described?
Was the sample helpful?