This is a migrated thread and some comments may be shown as answers.

How to clear all data of RadDomainDataSource

0 Answers 59 Views
DomainDataSource
This is a migrated thread and some comments may be shown as answers.
wg
Top achievements
Rank 1
wg asked on 08 Apr 2011, 08:01 PM
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 

No answers yet. Maybe you can help?

Tags
DomainDataSource
Asked by
wg
Top achievements
Rank 1
Share this question
or