DhtmlxGrid

I am using DhtmlxGrid with smartrendering on. The code looks like this mygrid.enableSmartRendering(true, qMaxRows).

qMaxRows has been set to 216.



When i am scrolling vertical bar in the grid then i want to display message “showing 1 to 19 of 216 Record(s)” at the top of the grid. This message should change to “showing 2 to 20 of 216 Record(s)” and so on, when the vertical bar in the grid is scrolled down. Also,we have adjusted the Height of the Width such that it can show maximum “19” records only.



Any help on this would be really appreciated.