Using a setStyle with enableSmartRendering problem..

Hi~.
My version is dhx4.0.3 and main skin is dhx_web.
When i use a setStyle with enableSmartRendering, blank area remains of the bottom.

infoGrid.enableSmartRendering(true); 
infoGrid.setStyle("font-size:11px;","font-size:11px;line-height:20px;height:20px") ; 

How can i control my grid’s smart render scroll step by 20px?

Thanks

Please, try set the awaited row height for the smart rendering mode:
mygrid.setAwaitedRowHeight(20);

Oh nice~~.
Thanks for your cool answer.