FilterMode.CheckBoxList select all not selecting everything

Hi, I like the FilterMode.CheckBoxList possibility on a Radzen Datagrid, however I noticed it only selects the first 10-14 items of the list when you click the first checkbox which seems to select all.


When scrolling down suddenly the 'select all' box is no longer checked and I see three items that are not checked:
.
This is the code: <RadzenDataGrid @ref="OverviewGrid" AllowAlternatingRows="false" AllowColumnResize="false" AllowFiltering="true" AllowPaging=true PagerHorizontalAlign="HorizontalAlign.Left" PageSize="500" AllowSorting="true" ShowPagingSummary="true"
Data="@processMonitorRecs" TItem="ProcessMonitorView" ColumnWidth="250px" FilterMode="FilterMode.CheckBoxList">







Am I doing something wrong or is this a bug in the component?

You can disable virtualization similar to this demo first column:

Hello Enchev,

Thanks for your response! It works indeed.