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
395
UltraWinSchedule : Selected timeslot focus on ultradayview control get disappears.
posted

Hi,

 

i have an query about Ultradayview control,

Please have a look on this scenario

 

1.       I have called AfterTimeSlotSelectionChanged event of ultradayview

2.       Then clear ultracalenderinfo using ultracalenderinfo.Owners.Clear();

3.       Then In loop I add owners and set appointment if this available in database.

‘AfterTimeSlotSelectionChanged’ event fire appointment get displayed but when I click or change selectionchanged event, selection focus get disappear.

 

I want keep stable focus event on current selected timeslot.

Thanks in advance

Parimal

 

Parents
  • 69832
    Verified Answer
    Offline posted

    You would have to cache the start and end times of the time slot selection, then re-apply that range after clearing the Owners collection. You can get the range from the UltraDayView.SelectedTimeSlotRange property, and set it using the UltraDayView.SelectedTimeSlotRange.SetRange method.

Reply Children
No Data