Hi Dominic,
Based on your query, it appears that you are experiencing an issue with losing
selected records in a grid when scrolling back up. To address this issue, we
recommend utilizing our built-in feature called "PersistSelection."
This property ensures that the selection of records is maintained even when
performing various operations, such as scrolling. By enabling this property,
you can prevent the loss of selected ticks and maintain the desired selection
behavior.
For more detailed information
and implementation guidance, we have provided a documentation link and a sample
for your reference. These resources will help you understand how to effectively
use the PersistSelection property in your scenario.
|
<SfGrid DataSource="@Orders" AllowSelection="true" AllowPaging="true">
<GridPageSettings PageSize="30"></GridPageSettings>
<GridSelectionSettings Type="SelectionType.Multiple" PersistSelection="true"></GridSelectionSettings>
<GridColumns>
|
Reference: https://blazor.syncfusion.com/documentation/datagrid/selection#checkbox-selection
If you have any further queries, please get back to us.
Regards,
Sarvesh
Attachment:
SfGridSelection_ed9017a4.zip