Empty space in 2000 records grid

Hi,

I have a table grid and applied the smart rendering and then initialized the data grid but still when I scroll down I see the empty space. As this creates the confusion to the end users, could you please let me know if there is a way to resolve this.

I tried to set the Autoweight but there is no use. In one of the question I see an answer that init after smartrendering, I did that but I could see the same issue again.

vObjMainRequestQueueGrid.enableSmartRendering(true,25);
vObjMainRequestQueueGrid.init();
vObjMainRequestQueueGrid.setSkin("#4F81BD");

Please let me know is there is any concrete solution for this.

In your code:
vObjMainRequestQueueGrid.setSkin("#4F81BD");
you should use the name of the using skin.
Please, try to remove that string from your code.