I have a grid that contains cells ComboBoxCell and TextInputCell. But if I change the value in one of these cells, pressing the tab key doesn't work and doesn't take me to the next cell. The tab key...
Type: Posts; User: udeleng
I have a grid that contains cells ComboBoxCell and TextInputCell. But if I change the value in one of these cells, pressing the tab key doesn't work and doesn't take me to the next cell. The tab key...
We recently upgraded to Sencha GXT 4.0.2, and I was trying to create an Accordion Panel by adding a content panel with a list view. Accordion panel itself creates a content panel with a hidden header...
To load the grid without locking up your browser, you can use Scheduler.RepeatingCommand (http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsDelayed.html#incremental).
For filtering, you're...
My solution so far been as follows:
verticalLayoutContainer.addResizeHandler(new ResizeHandler() {
@Override
public void onResize(ResizeEvent event) {
final boolean hasScroll =...
I'm using GXT 3.0.1 with GWT 2.5.1.
I want a layout that contains multiple GXT grids. When the children grids force a scroll bar to appear on the VL container, part of the grid appears under the...