Hey guys
More questions from me. I am working with a touch screen sois why i have questions with buttons and sizes ect.
I have decided because of screen size etc that i need to add buttons on the top of my app that allows the tomove to the next day/ previous day in the ultra day view. this works fine using
" Me.udvMain.PerformAction(Infragistics.Win.UltraWinSchedule.UltraDayViewAction.SameTimeSlotPreviousDay)"
i also have a Ultra Month View Multi which i change in the same button click event with
" Me.ultraMonthViewMulti1.PerformAction(Infragistics.Win.UltraWinSchedule.MonthViewMulti.MonthViewMultiAction.PreviousDay)"
my problem becomes that if you use those buttons then go and click on a different date in the ultraMonthViewMulti1, it does not change the dates in the Ultra Day View any more. It is like that have lost their link to eatch other via the UltraCalInfo
Any thoughts? Thanks
Hi Brian
Thanks for getting back to me. Since you said it was not an issue i made another project up and tested agian.
Like you said, it worked well in there, so i looked at my code again and i was usingMe.udvMain.PerformAction(Infragistics.Win.UltraWinSchedule.UltraDayViewAction.SameTimeSlotPreviousDay)
this is what was causing the issue, when i removed this and just used theMe.ultraMonthViewMulti1.PerformAction(Infragistics.Win.UltraWinSchedule.MonthViewMulti.MonthViewMultiAction.PreviousDay)
it worked perfect.
Sorry for the trouble
I could not reproduce the issue you describe here with a simple test. If possible, post a brief code example that demonstrates the problem and we can try to help.