IgniteUI / igniteui-xplat-examples

MIT License
2 stars 1 forks source link

Grid State Persistence Example #611

Open radomirchev opened 4 months ago

radomirchev commented 4 months ago

Grid State Persistence Example (https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/grids/grid/state-persistence) is not working.

  1. Make changes to the grid
  2. Click "Save"
  3. Click "Leave"
  4. Click "Go Back"
  5. Grid is restored to initial settings

Expected: The changes made by the user to be restored

Affected: WC, Blazor, React

ddaribo commented 1 month ago

The issue is fixed for WC (https://github.com/IgniteUI/igniteui-wc-examples/pull/788), however the fix involves handling the columnInit event of the grid. I encountered an issue with it for React and Blazor, which I believe is covered by issue #31540 in Azure DevOps. The issue will be addressed for the two platforms once the fix is released.