Hi,
In my control actually I have a WeekViewDefinition which display from monday to friday, from 8 am to 9 pm with a minor tick length of 15 mins. In each cells I need to display a UserControl, one for the Appointment or one for the ReadOnly Slot. So filling the grid take a lot of time, approximately "00:00:00.42". I'm trying to find an event with the control where I can find which part of the data I need to load instead of loading the grid completly.
Can someone tell my if this kind of event exist or do I have to change my loading data approach?!?
Thank's
Alain
In my control actually I have a WeekViewDefinition which display from monday to friday, from 8 am to 9 pm with a minor tick length of 15 mins. In each cells I need to display a UserControl, one for the Appointment or one for the ReadOnly Slot. So filling the grid take a lot of time, approximately "00:00:00.42". I'm trying to find an event with the control where I can find which part of the data I need to load instead of loading the grid completly.
Can someone tell my if this kind of event exist or do I have to change my loading data approach?!?
Thank's
Alain