I am developing an application using Extjs.
In the application, I has a grid on the viewport. For reasons, I need to add record to the grid very often(maybe few times per second). When the grid store has more than 150 records, the store removes first record and then add a new record bottom. So grid store contains 150 record maximum.
My problem: Scroll bar for the grid panel works in the begin, but doesn't work after the application running while.
Do any one have any idea or solution for the problem?