smartrendering after grid is loaded

Hi,

The logic in my code is like following -->

  1. In the call back function of “loadXML”, grid’s height is adjusted by using
    enableAutoHeight(true,somevalue,true);
  2. Right after above line, enableSmartRendering(true) is called.

My observation indicates that enableSmartRendering doesn’t have actual effect in this case. For smart rendering to work, this function has to be called before the grid is being loaded. Is this correct?

Thanks!

smart rendering mode should be called before the data is loaded completely.
Also, it’s incompatible with auto height mode.