Since i am having problems with columnlayout autoheight, i changed it to table
so my code was something like this:
<table>
<tr>
<td>
<!-- wizard's steps -->
</td>
</tr>
<tr>
<td>
<!-- grid -->
</td>
</tr>
</table>
This would reproduce the error in the image, where the buttons would remain still.
Thanks