igniteui-webcomponents icon indicating copy to clipboard operation
igniteui-webcomponents copied to clipboard

IgcGridStateComponent methods could not be called

Open MonikaKirkova opened this issue 10 months ago • 0 comments

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

  1. Add igc-hierarchical-grid with igc-grid-state
  2. 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

Attachments

Sample - igc-hierarcical-grid-state-persistence.zip

MonikaKirkova avatar Mar 28 '24 13:03 MonikaKirkova