Hi,
The logic in my code is like following -->
- In the call back function of “loadXML”, grid’s height is adjusted by using
enableAutoHeight(true,somevalue,true); - 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!