Hi
I can't find out what I'm doing worng. Perhaps someone can help me.
I've a UltraDayview and a ultraMonthview control on a form. Both are set to the same UltraCalendarInfo Object.
Now when selecting multiple days in the ultraMonth I'd like to see multple days in the dayview. But I only see one.
When I do the same with the infragistics base controls everything works fine.
Can someone give me a hint what i'm doing wrong ? What propertys influence this behavior ?
The most common mistake in this scenario is the CalendarInfo property getting set to something else inadvertantly, thus breaking the connection between the two controls. If you are certain that this is not the case, post a simple sample or code and we will take a look and help you figure it out.