igniteui-webcomponents
igniteui-webcomponents copied to clipboard
IgcGridStateComponent methods could not be called
Description
Not able to call the methods of the IgcGridStateComponent when used with the IgcHierarchicalGrid and everything seems to be working when used with IgcGrid or IgcTreeGrid.
Steps to reproduce
- Add igc-hierarchical-grid with igc-grid-state
- try calling this.gridState.applyStateFromString(state);
Result
I get the following error message: this.gridState.applyStateFromString is not a function
Expected result
the method should restore the state of each feature successfully