I am using Gridx with a JSONRest store.
Does anyone know how to turn off the auto refresh function of the Gridx with the JSONRest store?
我想一次添加和删除多行。但是,每次我调用 grid.store.add() 或 grid.store.remove() 时,网格都会自动刷新 JSONRest 存储。
这对我来说是不可取的,因为在 Gridx 再次运行查询之前,我的服务器没有时间将所有记录放入数据库中,因此只有少数新记录实际显示在网格中。
我想关闭 JSONRest 存储的自动刷新功能,稍后再手动执行。
谢谢