Hi All,
We have a datatable that is bound to a calendarinfo instance with a dayview control on the form. When we add, modify or delete an Appointment we launch AppointmentsTableAdapter.Update, but other network users do not see the changes. I tried to use the DataBindingsForAppointments.RefreshData method, but I do not see the changes. The only method that we can see changes is to repeat every 5 minutes AppointmentsTableAdapter.Fill, but if there are many records this method takes a long time and lowers the performance.
How can I resolve this?
Regards, Lello
Questions:
1) In the Infragistics documentation is written that the method "RefreshData" synchronizes data between data source and component. I read wrong?
2) Instead to reload entire database (AppointmentsTableAdapter.Fill), there is a method to reload only Appointments included in SelectedDateRanges?