Restoring grid settings not working since latest changes #745

Closed
opened 2026-01-29 17:42:39 +00:00 by claunia · 2 comments
Owner

Originally created by @mcristelo on GitHub (Feb 20, 2023).

When loading the DataGrid with previous settings containing a filtered column, it will not filter the data as it was doing previously. This happen after upgrading from 4.2.3 to the latest version (4.7.1).

Originally created by @mcristelo on GitHub (Feb 20, 2023). When loading the DataGrid with previous settings containing a filtered column, it will not filter the data as it was doing previously. This happen after upgrading from 4.2.3 to the latest version (4.7.1).
Author
Owner

@enchev commented on GitHub (Feb 21, 2023):

Works normally on our demo and we’ve not changed anything. You can attach the source code of Radzen.Blazor to your project to debug your case - if you think you have a fix for something feel free to submit pull request.

@enchev commented on GitHub (Feb 21, 2023): Works normally on our demo and we’ve not changed anything. You can attach the source code of Radzen.Blazor to your project to debug your case - if you think you have a fix for something feel free to submit pull request.
Author
Owner

@mcristelo commented on GitHub (Feb 21, 2023):

I did some more testing and this can be replicated on the LoadData Binding example
If you filter by title, for example, and then reload the page, the filter value will be kept but the grid won't be filtered. What happens is the filter passed to the LoadData function is empty.
This is not an issue on the IQueryable example.

@mcristelo commented on GitHub (Feb 21, 2023): I did some more testing and this can be replicated on the [`LoadData Binding example`](https://blazor.radzen.com/datagrid-save-settings-loaddata) If you filter by title, for example, and then reload the page, the filter value will be kept but the grid won't be filtered. What happens is the filter passed to the LoadData function is empty. This is not an issue on the IQueryable example.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#745