Search Type: Posts; User: sundoggie

Search: Search took 0.02 seconds.

  1. thanks, this helps a great deal. The comment on the true purpose of validateModel, is what I was missing....I had actually removed it, not understanding what it was doing. Now that I have it, my...
  2. I've got a custom cell, that writes output from an IdentityValueProvider, e.g. takes the whole model, looks at a couple of properties, and renders the cell content.

    I want to also user a...
  3. Does anyone know if GridFilters will work with a TreeGrid or not?

    I'm trying to use the GridFilters plugin with TreeGrid. Looks like GridFilters works with Store and Grid, hoping that since...
  4. Replies
    2
    Views
    1,635
    fyi, if the IE8 compatibility view settings are set to "display all sites in compatibility view", e.g. that option is checked, or if a site is configured to always use compatibility view, then your...
  5. Replies
    2
    Views
    1,635
    i'm having the same problem. I've isolated the problem to the fact that IE8 by default, is loading all sites in Compatibility View. I've seen threads that you can set a <meta> element, to force IE...
  6. I've got a need to hide/show a set of related rows in a grid, is there a way to do that? The GXT GroupingView will group based on a single column which does not quite meet my need. The use case I...
  7. {note, posted in wrong forum, should have been in the GXT forum, apologies. don't think I can delete or move a thread.}

    Have need to have an "expander" icon, that will hide or display a group of...
  8. posted too soon, KeyUp seems to work better. :-)
  9. I have a TextField, and as soon as user starts to enter characters, I want to enable a button. Seems like the text field's getValue() or getCurrentValue() always return null until user hits enter...
  10. thanks, that works perfect.

    One more related question....the GXT Window widget has a ButtonBar, and from the code side, it's easy to just add a button by writing: buttonBar.add(widget);

    Is...
  11. I am extending the GXT Window widget, to build a custom dialog, which works just fine. I'm extending Window, because Dialog really only supports a set of predefined buttons, and I want a resusable...
Results 1 to 11 of 11