2012/02/01

Forcing an Editor Resize During a GXT EditorGrid Resize

We were having some issues with GXT's EditorGrid during resizes.  If a user was actively editing, then started resizing the grid, the cell editor remained at the original location instead of moving along with the grid cell.  There may be better solutions, but the one I came up with is adding a resize listener that forces the editor to realign to the new cell location, like so:

No comments:

Post a Comment