Hi Vince,
Thanks for contacting Syncfusion support.
You can get the current Grid model by using the
“getPersistData” method which will return the Grid settings in a string format.
|
getState() {
this.gridState = JSON.parse(this.grid.getPersistData()); // get the Grid state
}
|
API: https://ej2.syncfusion.com/documentation/api/grid/#getpersistdata
Please get back to us if you need further assistance on
this.
Regards,
Pavithra S