IgniteUI / igniteui-webcomponents

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.

Home Page:https://www.infragistics.com/products/ignite-ui-web-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IgcGridStateComponent methods could not be called

MonikaKirkova opened this issue · 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