Duplicated
Last Updated: 02 Mar 2020 13:13 by ADMIN
Peter
Created on: 18 Dec 2019 13:59
Category: Grid
Type: Feature Request
1
Ability to Restore Filters and Sorts to Grid
The scenario is that a user has set various filter and sort options in a grid and when they select an item in the grid and click a custom edit or add button, we navigate them to a separate page to complete the add or edit action. When they have completed the add or edit, we want to navigate them back to the page with the grid and restore whatever filter, sort, page, and page size they had set in the grid prior to navigating away. The page and page size are easy enough to do since the grid allows binding to those parameters but the grid does not allow you to bind to the sort or filter options.
Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
2 comments
Peter
Posted on: 19 Dec 2019 20:15

Thanks Marin. I saw that other item but it didn't mention sorts and filters so that's why I added it as a new request. I see that you have merged the 2 now so I will follow that one. I'm also going to try doing the Window treatment as well. Thanks for your help.

 

Peter 

ADMIN
Marin Bratanov
Posted on: 19 Dec 2019 14:39

Hi Peter,

Please Follow the original request for such a feature here: https://feedback.telerik.com/blazor/1414050-save-grid-layout. I have moved your vote to it and I am closing this one as a duplicate to keep the portal clean.

In the meantime, you can consider putting the edit/insert component inside a Window so that the user does not have to navigate away from the grid at all: https://demos.telerik.com/blazor-ui/window/overview.

You may also consider the built-in popup editing: https://demos.telerik.com/blazor-ui/grid/editing-popup or implementing a custom one like in this example so that you can use data from the grid item: https://github.com/telerik/blazor-ui/tree/master/grid/custom-popup-form.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor