Posted 22 July 2020, 2:40 am EST
Hi i am migrating from angularJs to angular 9 i am unable to retrieve the data wijmo flexigrid and assign to this.myGrid.collectionview. every time myGrid is coming as undefined. How to implement the grid in angular
example
import *as wjcore from @grapecity/wijmo.grid and i used in my component as
@ViewChild('myGrid ')
public myGrid : wjcore.FlexGrid;
so here known is coming undefined, Please help me with the solution