I am working on a project that is using the RadScheduleView to populate a time off calendar for employees. Currently when the view is rendered the appointments are listed in order of their appointment time. I want them to be ordered based on when the appointments were submitted by the user. This way we can see who submitted the request first. See attached file for a sample output of what the problem is. In the sample, Tom created his appointment on 3/17 and Paul created his request a few weeks prior on 2/23. I want Paul's request to be listed first and then Tom's. It looks like the tool is sorting them based on the actual appointment times because Tom's appoint is 12am where as Paul's appt is 10am so naturally Tom would be first. How do I change this behavior to reflect acustom sort method.
I am using a sorted list (sorted on date created) to populate the Appointment collection that is used for the DataContext of the RadScheduleView.
Thank you for your help.
-Matt