This question is locked. New answers and comments are not allowed.
Hi,
I have an application where a certain number of resources are loaded into the ScheduleView. The requirement is that when the ScheduleView is loaded a slot must already be selected.
If there are now resources, I'm able to achieve this with the following code:
scheduleView.SelectedSlot = new Slot(now, now.AddMinutes(30));
But the same code doesn't select any slot when there are resources in the ScheduleView.
Can you please help on this?
Thanks,
Rishabh
I have an application where a certain number of resources are loaded into the ScheduleView. The requirement is that when the ScheduleView is loaded a slot must already be selected.
If there are now resources, I'm able to achieve this with the following code:
scheduleView.SelectedSlot = new Slot(now, now.AddMinutes(30));
But the same code doesn't select any slot when there are resources in the ScheduleView.
Can you please help on this?
Thanks,
Rishabh