I am using the ASPxScheduler to store working shift information.
I want to present to the user a running total of hours for the duration of the date limits set for the scheduler.
Which is the best event to use, that fires for the scheduler when appointments are loaded to iterate all appointment information.
And could you please provide a code sample of the fastest/most efficient method to iterate all the appointments, in that event ?
The hours total will be presented to the user via a simple text lablel at the top of the page.
thanks
Also it has to be an event that fires after a appointment change is made by the user so that update totals can be presented after each change.