Select all not working with GridVirtualizingCollectionView

Hi,

Select all (using ctrl+a or checking header checkbox of GridCheckBoxSelectorColumn) is not working when GridVirtualizingCollectionView is used as ItemsSource.

Please have a look on attached sample, thanks.


Attachment: SfDataGrid_Demo_d2bf2eef.zip

4 Replies

VS Vijayarasan Sivanandham Syncfusion Team December 14, 2021 02:03 PM UTC

Hi Ondrej Svoboda,

We could be able to reproduce your reported issue “Select all not working with GridVirtualizingCollectionView” from our end. We will validate and update you details on or before December 16, 2021.

We appreciate your patience until then.

Regards,
Vijayarasan S


VS Vijayarasan Sivanandham Syncfusion Team December 16, 2021 02:07 PM UTC

Hi Ondrej Svoboda,

You can load the large amount of data in less time by setting SfDataGrid.EnableDataVirtualization property to true instead of using GridVirtualizingCollectionView. In this case, Select all working for GridCheckBoxSelectorColumn in SfDataGrid. Please refer the below code snippet, 
<syncfusion:SfDataGrid Name="dataGrid"    
                                              EnableDataVirtualization="True" 
                                                ItemsSource="{Binding OrdersListDetails}" 
                                                SelectionMode="Extended"> 
                                                <syncfusion:SfDataGrid.Columns> 
                                                                <syncfusion:GridCheckBoxSelectorColumn /> 
                                                </syncfusion:SfDataGrid.Columns> 
</syncfusion:SfDataGrid> 

Sample Link:
https://www.syncfusion.com/downloads/support/forum/171155/ze/SfDataGrid_Demo787638902

For more information related to Data Virtualization, please refer the below user guide documentation link, 
 
Please let us know if you have any concerns in this. 
 
Regards, 
Vijayarasan S 



OS Ondrej Svoboda December 16, 2021 04:46 PM UTC

Hi, 

so select all operations are not supported with  GridVirtualizingCollectionView? Would be nice to have this info in the docs - https://help.syncfusion.com/wpf/datagrid/data-virtualization#limitations


Thanks

Ondřej



VS Vijayarasan Sivanandham Syncfusion Team December 17, 2021 11:03 AM UTC

Hi Ondrej Svoboda,

We have considered your suggestion

Regards,
Vijayarasan S

Loader.
Up arrow icon