This question is locked. New answers and comments are not allowed.
Hi,
MS' s DomainDataSource has a method "Clear" to clear all data, how can I do it on RadDomainDataSource?
Or, how can I manually call RDDS.Load() to force it to renew data?
Looks it won't load new data if it has already loaded data. When I call RDDS.Load() or change pageIndex, the event "LoadedData" does not trigger, and there is no SQL statements send to Database (Entity Framework).
MS' s DomainDataSource has the same issue, but after MS' s DomainDataSource.Clear(), it always loads data when calling "Load()".
Thank you very much.
Bill
MS' s DomainDataSource has a method "Clear" to clear all data, how can I do it on RadDomainDataSource?
Or, how can I manually call RDDS.Load() to force it to renew data?
Looks it won't load new data if it has already loaded data. When I call RDDS.Load() or change pageIndex, the event "LoadedData" does not trigger, and there is no SQL statements send to Database (Entity Framework).
MS' s DomainDataSource has the same issue, but after MS' s DomainDataSource.Clear(), it always loads data when calling "Load()".
Thank you very much.
Bill