radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
https://www.radzen.com
MIT License
3.52k stars 785 forks source link

CheckBox list (Excel like) Filter Values repeat values when scroll down #1616

Closed aines-ldr closed 2 months ago

aines-ldr commented 2 months ago

Hi, the component it's cool but i detected a issue in the datagrid when I use filters like excel.

You website sample have the same issue, look,

https://blazor.radzen.com/datagrid-checkboxlist-filter?theme=material3

image image image

If you scroll down the list values, when the list refresh when you go down the values show again an repeat, never show last values because always shows the same scrolling down.

aines-ldr commented 2 months ago

Thanks!!, how I uptdate my project with this change?, in the next update?.

enchev commented 2 months ago

If you add it similar to our demos you will always get latest release version: https://github.com/radzenhq/radzen-blazor/blob/master/RadzenBlazorDemos/RadzenBlazorDemos.csproj#L9 We will do our best to release this fix before the end of the week.

aines-ldr commented 2 months ago

Hi, the release is ready?