Buffer View with Locking Grid Panel
I have a grid which has too many rows so it is taking too much time to render. So to make this faster, I am trying to implement locking gird panel with Buffer View.
But Locking Gird Panel and Buffer View use the different Grid View Templates. So is this possible to implement Buffer View with Locking Grid Panel in Extjs 2.2.1 or not? If possible, which approach to be used.
First I have tried to use the templates.master for this but this does not work with this.enableRowBody because in <tr> tag is not present in templates.master.
Then I tried to use ts.rowHolder and ts.rowBody template but in this approach I am getting error in the initElements function when it try to fetch the dom elements for the this.scroller because ts.rowBody not uses the dom elements.