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

RadDomainDataSource

1 Answer 70 Views
DomainDataSource
This is a migrated thread and some comments may be shown as answers.
Naunihal
Top achievements
Rank 1
Naunihal asked on 29 Sep 2011, 04:39 PM
I have couple of Questions on RadDomainDatasource.
1) In the Silverlight DomainDataSource, once you change(HasChanges=True), You cannot do paging, filtering,sorting etc, unless you commit those changes. Does Telerik RadDomainDataSource also restrict in the similar way or do you allow the user to continue with other operations even when there is a uncommited changes ?

2) If i decide to use MVVM, will i have to code for Filtering,Paging,Sorting or will that transperantly work with RadGrid in the same way as it work with RadDomainDatasource Control.
   I will appreciate and example where i have relation data, TopLevelGrid with Customers, and relatedGrid with All the products purchased by customer, using MVVM friendly RadDomainDatsource. example should show CRUD methods for both the grids and paging,sorting,filtering etc.

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 30 Sep 2011, 07:11 AM
Hi,

In case of changes RadDomainDataSource will work client-side only (sorting, filtering, etc.) - will not raise exception like standard DomainDataSource.

Please check this demo for more info about MVVM support:
http://demos.telerik.com/silverlight/#DomainDataSource/MVVM

Greetings,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DomainDataSource
Asked by
Naunihal
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or