I have an application requirement to handle a large amount of data inside the schedule control. This scheduler is bounded to business objects retrieved via a web service query, and I want to limit the volume of bits coming over the wire as much as possible.
Most of the time, the user will only be focused on a month or so. But there are other times when the user may need to seamlessly access information outside this normal range.
I've looked at the documentation and I did not see this ability in either the AppointmentStorage or C1Schedule classes. Am I not looking in the right location?
Are they any suggestions on how to go about implementing this capability?
Thanks,
jb