ICollectionView versus RadEntityFrameworkCoreDataSource

1 Answer 62 Views
EntityFrameworkCoreDataSource (.Net Core)
Sami
Top achievements
Rank 2
Iron
Iron
Iron
Sami asked on 17 Nov 2022, 11:15 PM

HI:

I was using ICollectionView to syncronize dataform with dataGrid. Im testing RadEntityFrameworkCoreDataSource and works perfectly without the need to implement ICollectionView . (I assume it does internally). Could you give me and advise about wish one is better?

1 Answer, 1 is accepted

Sort by
0
Stenly
Telerik team
answered on 22 Nov 2022, 01:29 PM

Hello Sami,

Would it be possible to review the answer that my colleague has provided in the following forum thread regarding this matter?

QueryableEntityCollectionView vs ICollectionView vs RadEntityFrameworkCoreDataSource in UI for WPF | Telerik Forums

For the fullness of the answer, the RadEntityFrameworkCoreDataSource internally uses a QueryableEntityCoreCollectionView collection, which implements the ICollectionView interface. This QueryableEntityCoreCollectionView is our implementation of the ICollectionView interface, which is mostly used to support grouping, filtering, and sorting in our controls.

The RadEntityFrameworkCoreDataSource is useful in situations where better control over the data is needed or if the information will need to be kept in the view model.

With this being said, I hope the provided information will be of help to you.

Regards,
Stenly
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Sami
Top achievements
Rank 2
Iron
Iron
Iron
commented on 22 Nov 2022, 02:39 PM

Thank for your support.
Tags
EntityFrameworkCoreDataSource (.Net Core)
Asked by
Sami
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Stenly
Telerik team
Share this question
or