Posted 5 November 2020, 2:39 pm EST
Hello Team,
While remove the row of FlexGrid in angular I got the error
Below is the syntax I have used.
this.flexGrid.collectionView.remove(row.dataItem); //error: Property ‘remove’ does not exist on type ‘ICollectionView’
please help me to resolve the issue.
Thanks.