killfill
30 Nov 2009, 8:48 AM
Hello all,
Im trying to use the BufferView user extension, becouse my grid has much rows, and seeing a problem.
When i scroll down fast, the grid stops displaying the rows from the bottom. So, user can get to the point that want to see the last rows, wich is not getting reendered.
Its like there is a problem with how BufferView calculates the rows it should render.
Iv done a video to demostrate this.
Video (http://uploading.com/files/m71fbeb5/dos.mov/)
Im just using:
view: new Ext.ux.grid.BufferView({scrollDelay: false }),
In the grid everything else is a normal, a typical grid.
I have try different browsers, same result.
Any tips welcome.
Thanks!!
Im trying to use the BufferView user extension, becouse my grid has much rows, and seeing a problem.
When i scroll down fast, the grid stops displaying the rows from the bottom. So, user can get to the point that want to see the last rows, wich is not getting reendered.
Its like there is a problem with how BufferView calculates the rows it should render.
Iv done a video to demostrate this.
Video (http://uploading.com/files/m71fbeb5/dos.mov/)
Im just using:
view: new Ext.ux.grid.BufferView({scrollDelay: false }),
In the grid everything else is a normal, a typical grid.
I have try different browsers, same result.
Any tips welcome.
Thanks!!