Posted 26 March 2018, 6:33 pm EST
Hello, I want the improve the flexgrid performance, I have very fast digitizers, so they are complaining all the time about the flexgrid speed.
I made some test, and I found that every time you change a cell, all the cells in the current view are updated and every cell value is get twice from the data model.
- Are there a way in that only the current row values are repainted?
I thought that at the event cellEditEnding, setting e.refresh to false, would do the job, but NO!
- Why the cell values are get twice from the model?
