Sencha GXT Discussion

Page 1 of 15 1 2 3 11 ... LastLast

+ Post New Thread

  1. Sticky Thread Sticky: GXT 3.0.4 Available

    We're excited to announce the release of Sencha GXT 3.0.4. This version is avaiable only to our active support subscribers. Support subscribers can...

    Started by darrellmeyer, 6 Feb 2013 2:44 PM
    • Replies: 5
    • Views: 2,162
    26 Apr 2013 8:40 AM Go to last post
  2. Sticky Thread Sticky: Sencha GXT 3.0 Maven support

    Please subscribe to this forum post if you like to learn more about Sencha GXT 3.0 Maven support.

    Started by Edmund, 29 Apr 2012 7:56 PM
    4 Pages
    1 2 3 ... 4
    • Replies: 35
    • Views: 10,452
    15 Oct 2012 10:57 AM Go to last post
  1. "qtip" not displaying for TextButton

    I am trying to add "qtip" directly to the element.By using "getElement().setAttribute", does not work. **In Firebug, I do see the "qtip" attribute...

    Started by hrishirise, 14 Feb 2012 11:38 AM
    • Replies: 2
    • Views: 852
    15 Feb 2012 10:31 AM Go to last post
  2. (3.0.0 RC) Grid sort doen't seem to work correctly

    I have the impression the grid sort doesn't work correctly yet. If I sort the grid for example with a date column I get only one row displayed...

    Started by gugus, 3 Apr 2012 3:21 AM
    grid sort
    • Replies: 6
    • Views: 1,072
    15 Apr 2012 9:37 PM Go to last post
  3. (Beta1) - setAllowTextSelection - expected behavior

    What is expected behavior for Window.setAllowTextSelection(boolean)? Is it supposed to disable all the fields besides disabling text selection? When...

    Started by raivis, 13 Dec 2011 1:52 AM
    • Replies: 0
    • Views: 650
    13 Dec 2011 1:52 AM Go to last post
  4. (Beta1) Customizing chart legend borders

    I was wondering how one customizes (or hides) the Legend borders in beta1 of ExtGWT 3.0? Because I noticed the RectangleSprite, which has the border...

    Started by lefke123, 4 Jan 2012 5:37 AM
    charting
    • Replies: 4
    • Views: 1,487
    19 Jan 2012 6:55 AM Go to last post
  5. (Beta2) Switching themes, Blue to Base only

    How would one switch themes? E.g. from Blue to Base only. In the GXT module you have the blue theme inherit: <inherits...

    Started by lefke123, 3 Feb 2012 6:20 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 3,532
    25 Apr 2012 10:59 AM Go to last post
  6. @Path annotation with arrays

    Hello I'm creating a grid with a variable number of columns. I'm almost done but only one thing left... I cant access attribute Address...

    Started by ladinho10, 26 Dec 2012 9:37 AM
    @path, array, valueprovider
    • Replies: 1
    • Views: 779
    28 Dec 2012 11:15 AM Go to last post
  7. AbstractStoreSelectionModel supported interface changes

    In the new release candidate, the AbstractStoreSelectionModel<M> has been modified from using the standard HasSelectionHandlers<T> to a new version...

    Started by CPD, 29 Mar 2012 12:15 PM
    • Replies: 1
    • Views: 456
    30 Mar 2012 11:45 AM Go to last post
  8. Accesing a Panel in query mode, a common scenario

    Hi, There is a common use case where you need to provide your Form Panel in query mode. I mean you want to use the Form Panel you design to show...

    Started by dardison, 29 Mar 2012 7:03 AM
    • Replies: 0
    • Views: 340
    29 Mar 2012 7:03 AM Go to last post
  9. Accessibility in GXT 3.0 (Section 508)

    Hi I've been searching for some documentation or guide about the accessibility support in GXT 3.0, but haven't found anything yet. I'm switching to...

    Started by maucho, 29 Aug 2012 4:28 PM
    accessibility, aria, section 508
    • Replies: 0
    • Views: 468
    29 Aug 2012 4:28 PM Go to last post
  10. Add PresenterWidget to Menu

    Hi, I have to add my fileUploadPresenter which is PresenterWidget to Menu and I have the next code: TextButton btn = new TextButton("MyBtn");...

    Started by karinal, 17 Jun 2012 12:51 AM
    • Replies: 0
    • Views: 461
    17 Jun 2012 12:51 AM Go to last post
  11. Adding multiple grids to UiBinder

    Is it possible to add multiple grids to a single uiBinder ui.xml file? For example, I need to do something like this: ...

    Started by chuckie474, 30 Oct 2012 8:17 AM
    grid, gxt, uibinder
    • Replies: 2
    • Views: 2,325
    31 Oct 2012 11:02 AM Go to last post
  12. Adding new row in grid creates issue in selection model while editing

    Hi, 1. i have created grid with editable cell using NumberField class. 2. grid is been in set for SINGLE selection mode 3. then i added...

    Started by saurabh0683, 30 Jan 2013 10:47 PM
    • Replies: 1
    • Views: 390
    31 Jan 2013 10:58 AM Go to last post
  13. Adding pagingToolBar to Grid

    I am trying to make a custom grid component that displays the pagingToolbar if PagingLoader is provided to it. It will not be displaying the...

    Started by suseendhar05@gmail.com, 20 Dec 2012 5:42 AM
    • Replies: 2
    • Views: 655
    17 Jan 2013 5:50 AM Go to last post
  14. Adding styles to GXT3 elements

    I have a major problem with styling GXT3 in general which I try to explain with an example: Let's say I have a BorderLayoutContainer and I want to...

    Started by dubaut, 9 Apr 2013 1:04 AM
    • Replies: 1
    • Views: 283
    9 Apr 2013 11:59 AM Go to last post
  15. Advanced ComboBox autocomplete at same domain

    Hi! I've performed a Sencha GXT sample using advanced combox like following link: http://www.sencha.com/examples/#ExamplePlace:advancedcombobox...

    Started by gwDoug, 30 Aug 2012 12:32 PM
    • Replies: 0
    • Views: 484
    30 Aug 2012 12:32 PM Go to last post
  16. Aggregated grid columns

    I have a grid with several columns that I want to aggregate data from. Let's say that the grid contains columns filled with numbers. The rightmost...

    Started by stigrv, 30 Jan 2013 3:23 AM
    • Replies: 1
    • Views: 426
    30 Jan 2013 9:41 AM Go to last post
  17. Alternative to layout() method

    I am using GXT3 with GWT2.5. In earlier versions I used to change the UI widgets attributes dynamically and call layout() method which re renders the...

    Started by nareshurs, 7 Dec 2012 2:16 AM
    • Replies: 2
    • Views: 421
    11 Dec 2012 8:23 PM Go to last post
  18. Announcing Sencha GXT 3.0

    We're excited to announce the general availability of Sencha GXT 3.0! Please see this blog post and the GXT product page for more information.

    Started by Edmund, 30 Apr 2012 8:00 AM
    gxt 3.0
    • Replies: 3
    • Views: 1,228
    1 May 2012 12:33 PM Go to last post
  19. Anyone tried GWT 2.5 with GXT 3 yet?

    Would love to know if there are any known compatibility issues yet. If I understand correctly GXT 3 has moved in a direction so that it integrates...

    Started by Neilcoder, 2 Jul 2012 11:52 PM
    • Replies: 7
    • Views: 3,277
    27 Nov 2012 4:30 AM Go to last post
  20. Appearance Design Pattern Implementation Inconsistencies?

    Hi, I'm posting because I've been working with the GXT 3 Appearances and I'm seeing a variety of implementation strategies in regards to the...

    Started by jaredo, 22 Aug 2012 8:35 AM
    api consistency, appearance, flyweight pattern, singleton pattern, theming
    • Replies: 2
    • Views: 1,294
    27 Aug 2012 4:36 AM Go to last post