Login Register

Subgrid auto height problem

I am using a dynamic subgrid. I am trying to add a row to the rendered subgrid using grid.addrow() .
I have autoheight = true and autoRender = false , as in the examples.

When I add the row , the grid height is not getting updated. Any calls to resize , render, update or even rowHeightChanged are not correcting this. The overFlow is getting truncated.

This gets corrected only after I click on the headercell .

From debugging , I see that the master-view-node is actually resized but neither the viewsNode nor the grid updates.

Thanks in advance