Our blazing fast Grid component built with pure JavaScript


Post by thejas.pateel »

Hi,
I am adding record by using grid.store.insert(0,record) /grid.store.add(record) code. but when i check in grid.store.data list its not coming.is there any syncing issue? i have also called grid.store.commit().
Kindly help me for this problem.


Post by tasnim »

Hello,
You should not use grid.store.data to get updated records, it will return the initial records. To get the updated records please use grid.store.records

Please check this docs link https://bryntum.com/products/grid/docs/api/Core/data/Store#property-records

Good Luck :),
Tasnim


Post by thejas.pateel »

Hi,
I am using grid.store.filter() to filter records dynamically new added data is not filtering.

please see code below. kindly help me out. My Analysis is its filtering data in store.data.how to filter newly added data.

filter.jpg
filter.jpg (19.83 KiB) Viewed 391 times

Post by mats »


Post Reply