I am using EditableGrid(http://www.editablegrid.net) and wanted to know that is there a way to insert a scroll-bar within the grid.
I don't want to use pagination, I just want to add a scroll-bar, so that I can scroll down/up to view the records.
Say, I set the pagesize of the grid to 20, and if there are 40th records/rows to be displayed, then a vertical scroll-bar appears to the right of the grid. If it is '<= 20' then it should not show the scroll-bar.