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.