Search Type: Posts; User: elirov

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    427
    Any updates on this? It's causing a lot of confusion for our users. Thanks!
  2. 1. Use Chrome
    2. Bring up Kitchen Sink - Grid Example
    3. Zoom in
    4. Hover over the grid headers

    You should see the grid headers grow uncontrollably until they take up the entire screen.
  3. It might work, but it seems like a bit of a hack. Maybe there's a way for the store to do the commit/save old values strategy?
  4. Oh. Duh.. There must be a way to get this done. I can't believe such a common use-case is so hard to do...
  5. Would it make sense to add this method to the ListStore class?

    public ArrayList<M> getEditedModels() {
    Collection<com.sencha.gxt.data.shared.Store<M>.Record> modifiedRecs =...
  6. I'm having a similar problem. Form.isDirty() remains false until I end the focus on the field I edited. Any thoughts?
  7. What's new in this minor release? Is there a release notes page?

    Also, tried logging in to my subscription portal, but my subscription ran out. How do I extend it? Thanks!!
  8. Replies
    10
    Views
    2,110
    Is there a grid print/export-as-csv feature like the one in SmartGWT?
    It would be nice to be able to get a printable view of the data inside a Store or to put it into a CSV file. I guess we could...
  9. Anyone?
  10. Any fixes in sight?
  11. Nice one. It would be great if there was a built-in method for this, though. Sencha?
  12. Replies
    21
    Views
    2,604
    Is it possible that we're missing the following in the onResize() method in FieldSet?

    getContainerTarget().setHeight(height - getElement().getFrameWidth(Side.TOP, Side.BOTTOM));


    Is there a...
  13. Replies
    21
    Views
    2,604
    I'm still having a problem with FieldSet in both Chrome and Firefox. Here's the code:


    FieldSet fs = new FieldSet(); fs.setHeadingText("Test");
    fs.add(new TextArea(), new...
  14. GXT 3.0.0b
    Thanks!
  15. If we create a new HtmlEditor e = new HtmlEditor();
    when we run e.getValue(), we get the value of the Rich Text Editor always, so if the user switches to the source editor, and clicks our Save...
  16. Just checking if anyone else is having problems with this on chrome...
  17. Any ideas how to do this?
  18. If you go here:
    http://sencha.com/examples-2

    and go to the BufferView example in the latest version of Chrome, you can see that the third column is a few pixels off when you scroll down to the...
  19. Anyone?
  20. Is there a nice way to add text box widgets to the column headers in a Grid? I'd like to add simple filtering capabilities to a grid.
  21. Replies
    5
    Views
    983
    Cool! Also, I found out I need to clear the radar (Series) object as well or the opacity goes back to the lighter default... So, now I'm clearing all the axes and all series before calling...
  22. Replies
    5
    Views
    983
    Didn't need to run forceLayout(). What I did need to do was run this:
    axis.clear()
    before updating the store and before the redrawChart()
  23. Replies
    5
    Views
    983
    I'm getting some weird artifacts when redrawing a gxt radar chart. It looks like the labels are drawn on top of each other until I resize the container. Here's the code:



    onSuccess(Payload...
  24. Is there any way to convert the "True/False" values in Boolean columns to Y/N or have an actual checkbox display in the cell?

    Here's my column:
    ColumnConfig<RadarChartMeasure, Boolean> cc5 =...
  25. It looks like the behavior of store.getModifiedRecords() changed between gxt2 and gxt3 in the following way:

    in gxt2, getModifiedRecords() returned a list of actual modified Record wrappers with...
Results 1 to 25 of 61
Page 1 of 3 1 2 3