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:
Showing posts with label GXT. Show all posts
Showing posts with label GXT. Show all posts
2012/02/01
2010/07/22
Style a GXT Grid Row Using GridViewConfig
At work, we're using Sencha's Ext GWT library for much of our GWT based application. A few weeks back, I needed to implement some functionality to style rows in the grid based on information in the model data. After struggling through a number of poor approaches, I found GridViewConfig, which sorted things out nicely. While the logic for determining style in our app is more complex, this simple case demonstrates the principle:
Tho I've found the CSS side of things to be more finicky than I would have hoped:
Tho I've found the CSS side of things to be more finicky than I would have hoped:
Subscribe to:
Posts (Atom)