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,143
    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,361
    15 Oct 2012 10:57 AM Go to last post
  1. Collapsing Horizontallayoutcontainer on collapse of fieldset

    I have a vertical layout container inside which I have hozirontallayoutcontainer which have two fieldsets. My need is when I collapse both fieldsets,...

    Started by kushal.bagaria, 20 May 2013 2:27 AM
    • Replies: 1
    • Views: 54
    Today 1:59 PM Go to last post
  2. Dynamic value provider

    Is there way to generate fields dynamically using ValueProvider instead specifying the fields. Please throw some idean on this.

    Started by ramgovind, 14 Nov 2012 11:42 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 1,809
    Today 2:54 AM Go to last post
  3. trying to understand lastParent variable in FieldCell

    Hi, I'm diving into the Sencha code trying to understand the ComboBoxCell. I came across the lastParent variable thats declared in the FieldCell. ...

    Started by steven.wong, 17 May 2013 12:22 PM
    • Replies: 1
    • Views: 337
    20 May 2013 6:41 AM Go to last post
  4. Dynamic TextArea

    Hi, We have one requirement to show TextArea height and width dynamically based on the text size. Can anyone has idea on the this, please help. ...

    Started by balakishan.r, 4 Mar 2013 2:10 AM
    • Replies: 4
    • Views: 494
    20 May 2013 2:23 AM Go to last post
  5. MigLayout for GXT 3

    Hi, I started a GitHub project which aims to port MigLayout to GXT 3: https://github.com/hwestphal/gxt3-miglayout MigLayout is a powerful...

    Started by hwestphal, 8 May 2013 11:03 PM
    gxt3, layouting, miglayout, open source
    • Replies: 1
    • Views: 130
    17 May 2013 12:21 PM Go to last post
  6. Enable/disable ui widget based on security role

    Hi, Is there any approach with which we can enable/disable UI fields based on the security role for the user. I am searching for GXT3 feature if...

    Started by nareshurs, 14 May 2013 3:57 AM
    • Replies: 1
    • Views: 76
    17 May 2013 12:16 PM Go to last post
  7. GXT3 Grid. How load data from remote server ?

    Hi. I want to load data from a remote DB server in the grid. The following code: final RepServiceAsync service =...

    Started by marvic, 15 May 2013 7:06 AM
    grid, gxt3
    • Replies: 1
    • Views: 164
    17 May 2013 12:06 PM Go to last post
  8. Clientside PDF generator

    Hello, i need a generator which create a PDF of one of my GXT areas in view. The PDF only need to represent the view, without special design...

    Started by jruemenapf, 8 Apr 2013 6:35 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 870
    14 May 2013 7:05 AM Go to last post
  9. Neptune theme for GXT library

    There is any plan to port the Neptune theme in GXT? In that case when should it be available?

    Started by Fedy2, 9 May 2013 1:37 PM
    gxt, neptune, theme
    • Replies: 2
    • Views: 282
    11 May 2013 9:39 AM Go to last post
  10. UiBinder Grid inside VerticalLayoutContainer

    I have a grid inside of a ContentPanel which displays a large number of items, The grid scrolls when there are too many items to show on the screen....

    Started by jtaekema, 26 Jul 2012 3:37 PM
    • Replies: 5
    • Views: 1,142
    8 May 2013 7:42 AM Go to last post
  11. Load feedback for ASync tree

    I've got a Tree and I'm using a TreeLoader to load nodes asynchronously. The backend data takes a few seconds to generate, so I need to show some...

    Started by dno, 23 Aug 2012 8:11 AM
    • Replies: 5
    • Views: 1,129
    8 May 2013 12:18 AM Go to last post
  12. FormPanel not submitting

    FormPanel submit() works fine in IE... but the submit() method doesn't fire a POST in FF or Chrome. So because it works in IE we know that the...

    Started by Xalyx, 29 Apr 2013 12:51 PM
    formpanel submit
    • Replies: 0
    • Views: 351
    29 Apr 2013 12:51 PM Go to last post
  13. Custom Loader for TreeGrid (TreePagingLoader)

    Hi there, we want to use a custom TreeLoader with support for paging. We possibly have (depending on the currently applied filter) a lot of...

    Started by 1013, 28 Jan 2013 3:56 AM
    • Replies: 3
    • Views: 859
    26 Apr 2013 7:55 AM Go to last post
  14. XTemplate question

    I'm trying to use XTemplates to render something that looks like this: <div>{streamItem.comments:linkUrls}</div> The streamItem is the POJO...

    Started by mosseri, 23 Apr 2013 6:05 PM
    • Replies: 1
    • Views: 255
    24 Apr 2013 8:44 PM Go to last post
  15. DateFilter showing valid days greyed out

    Is anyone else facing the same issue whereby the DateFilter date picker shows valid days at greyed out when it should be otherwise. The number of...

    Started by azoo, 18 Apr 2013 11:28 PM
    • Replies: 2
    • Views: 391
    19 Apr 2013 9:02 AM Go to last post
  16. Navigating live grid using UP/DOWN arrow keys

    I am currently using GXT 3.0.1 and it does not support navigating the GRID outside the default grid view using the arrow keys. If we need to do so...

    Started by azoo, 18 Apr 2013 11:25 PM
    • Replies: 0
    • Views: 152
    18 Apr 2013 11:25 PM Go to last post
  17. Why doesn't ListView use deferred binding for its Appearance

    public ListView(ListStore<M> store, ValueProvider<? super M, N> valueProvider) { this(store, valueProvider, new ListViewDefaultAppearance<M>());...

    Started by billsalvucci, 18 Apr 2013 10:02 AM
    • Replies: 1
    • Views: 234
    18 Apr 2013 2:57 PM Go to last post
  18. Beta3: VerticalLayoutContainer doesn't resize properly a Grid

    Context: we have a prototype whose global layout is made of a Viewport enclosing a BorderLayoutContainer. In the center area, we put a ContentPanel,...

    Started by PhiLho, 21 Feb 2012 4:43 AM
    2 Pages
    1 2
    • Replies: 15
    • Views: 2,886
    18 Apr 2013 6:17 AM Go to last post
  19. Sencha GXT 3.0.2b is now available [update]

    Sencha GXT 3.0.2b is now available Update: We've released an updated build of GXT 3.0.2 with corrected localization files. Please download 3.0.2b...

    Started by Edmund, 4 Oct 2012 7:07 PM
    2 Pages
    1 2
    • Replies: 10
    • Views: 4,598
    14 Apr 2013 12:28 AM Go to last post
  20. Custom cell button clarifications

    I'd like some clarification as to the best way to style a cell button. I would like to keep all of the functionality of the default cell button, but...

    Started by cbovee, 11 Apr 2013 6:43 AM
    • Replies: 4
    • Views: 408
    12 Apr 2013 12:35 PM Go to last post