Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
450
PerformAction issue
posted

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