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 gwt. Show all posts
Showing posts with label gwt. 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:
2007/02/08
The Internet is a Series of... Pipes?
I spent some time playing around with Yahoo Pipes tonight and I have to say it's a blast! I didn't build a particularly revolutionary pipe, but it was fun and intuitive. To Yahoo's credit, they managed to distract me from my GWT experiment :) which is the other technology I'm playing with that is surprisingly fun.
Subscribe to:
Posts (Atom)