IgxGridState directive not able to reset columnList for igxHierarchicalGrid. #10445
Replies: 6 comments 1 reply
-
Removing this item from the Milestone planning as it is a question with low priority |
Beta Was this translation helpful? Give feedback.
-
There has been no recent activity and this issue has been marked inactive. |
Beta Was this translation helpful? Give feedback.
-
There has been no recent activity and this issue has been marked inactive. |
Beta Was this translation helpful? Give feedback.
-
There has been no recent activity and this issue has been marked inactive. |
Beta Was this translation helpful? Give feedback.
-
There has been no recent activity and this issue has been marked inactive. |
Beta Was this translation helpful? Give feedback.
-
There has been no recent activity and this issue has been marked inactive. |
Beta Was this translation helpful? Give feedback.
-
Description
Open dev samples
Steps to reproduce
Note: It seems that resetting the column list through
grid.columnList.reset(newColumns)
, leads to trigerringonColumnsChanged
, which triggers the event for the root grid:igniteui-angular/projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.component.ts
Line 420 in d7ab1c1
, which eventually restores the columnList back to the autogenerated columns:
igniteui-angular/projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
Line 4963 in d7ab1c1
Result
The column list is resetted as initially, instead of restoring to the saved state.
Expected result
The column list to be restoring of the saved state.
Beta Was this translation helpful? Give feedback.
All reactions