This is a migrated thread and some comments may be shown as answers.

Need help on Grid filter

1 Answer 55 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
sagar
Top achievements
Rank 1
sagar asked on 17 Sep 2019, 06:20 PM

We are using Telerik grid filters to display configuration dashboard for release management status. I have few Columns i.e Application, environment, location. I want to retain columns parameters after I refresh the browser.

 

Is there way I can retain the parameters which are coming from the database?

-

1 Answer, 1 is accepted

Sort by
0
Attila Antal
Telerik team
answered on 20 Sep 2019, 10:50 AM

Hi Sagar,

You can take advantage of the RadPersistence Framework to save the Grid setting including columns state. You can then save it somewhere (session, database, file, etc..) which can be restored later on demand.

Here is an online demo demonstrating this: Grid - Persisting Grid Settings

Using the Persistence Framework, you can save/restore grid settings like:

  • Page size
  • Group-by expressions
  • Sort expressions
  • Filter expression
  • Column settings
    • Width
    • OrderIndex
    • Display
    • Visible
    • CurrentFilterFunction
    • CurrentFilterValue

 

See the list of supported controls for the Persistence Framework: Supported Controls

 

Kind regards,
Attila Antal
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Ajax
Asked by
sagar
Top achievements
Rank 1
Answers by
Attila Antal
Telerik team
Share this question
or