We are noticing an issue with our grid rowEditor when the editor is a textarea set with grow = true. The textarea will grow within the roweditor, which is exactly what we want. The problem is the Update and Cancel buttons to not grow. They float, so after the row grows with the textarea the buttons will appear in the middle of the rowEditor row.

Is there any setting we can make on the rowEditor plugin to keep the buttons docked at the bottom of the rowEditor?