This question is locked. New answers and comments are not allowed.
Hi,
I use this control to show a number of appointment in its view.
on average ( Day=400 app,Week=1400 app and Month=6000 app).
my major process is mentioned as below:
A- loading appointment objects List as datasource( 1 or 2 second )
B- assigning this list to RadScheduleView.AppointmentSource and wait to display all appointment( more than 10 second )
I use busyIndicator to manage UI for Case (A) but it's very short. but for Case(B) I can't do anything to deal with my application UI.
So user get confused. and do some action and sometimes application crashs.
how can I manage the time between assigning Appointments to RadScheduleView and finishing its prepration process to show them?
I use this control to show a number of appointment in its view.
on average ( Day=400 app,Week=1400 app and Month=6000 app).
my major process is mentioned as below:
A- loading appointment objects List as datasource( 1 or 2 second )
B- assigning this list to RadScheduleView.AppointmentSource and wait to display all appointment( more than 10 second )
I use busyIndicator to manage UI for Case (A) but it's very short. but for Case(B) I can't do anything to deal with my application UI.
So user get confused. and do some action and sometimes application crashs.
how can I manage the time between assigning Appointments to RadScheduleView and finishing its prepration process to show them?