The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
And to answer my own question, it seems to work when I set AllowCollectionView="True" on grid.
Are there any disadvantages to using CollectionView as a ItemsSource?
Thanks, Tom
VSVijayarasan Sivanandham Syncfusion Team July 21, 2021 09:49 AM UTC
Hi Tomislav Tustonic,
Thank you for contacting Syncfusion Support.
Yes. SfDataGrid support ListCollectionView as a ItemsSource. Sorting, filtering, grouping and summaries operation working as expected when binding ListCollectionView as Itemsource in SfDataGrid. we have prepared the sample for your reference.