Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Igx Grid save user customization/preference
posted

Hello,

I tried to find a way to save the "user customization/preference" but I didn't find anything in the doc.

What I call the customization/preference is the info that the user can change (columns pinning, columns hiding, sort order etc...)

I'm talking about the igx-grid for angular (https://es.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid.html)

We already do this for the Grid in .NET with the Infragistics.Windows.DataPresenter.DataPresenterBase.SaveCustomizations and LoadCustomizations methods

Thanks

Parents
No Data
Reply
  • 845
    Verified Answer
    Offline posted

    Hello Théo,

    Thank you for contacting Infragistics Developer Support.

    The igx-grid does not have an out of the box state persistence (yet), but it is achievable on application level.

    You can check out this section of the documentation with the sample alongside it for a possible way to save user preferences.

    We do plan to include this functionality in our product by default in a future release.

    Regards,

    Radoslav Karaivanov

Children