dhtmlxgrid + smart rendering + enable auto height

follow up question to 4582:

I have a page which has content at the top (variable length) and then a grid.  I don’t want to have scrollbars in the grid as well since the browser itself will have a scrollbar as well.  To avoid having scroll bars in the grid, I use the auto height feature which expands the grid to the full length of the content (which is great).  Now the issue comes up that I have over 5000 items to display in the grid.  I have 1 XML that returns all this content, so I only want the grid to display the content based on the visible part of the browser.  So I need both smart rendering and auto height since I want to avoid scroll bars within the grid and at the same time not have the grid try to show everything at once that’s beyond the visible part of the screen.  Is there an alternative?

Answered at original tread
dhtmlx.com/docs/products/kb/inde … mal&q=4582