Ext GWT: Help & Discussion (1.x)

Page 9 of 118 FirstFirst ... 7 8 9 10 11 19 59 109 ... LastLast

+ Post New Thread

  1. Question TreeTable in 1.2.4: No rows displayed.

    Hi, I am trying to fill a TreeTable with a static model. The table headers are displayed correctly, but no data lines appear. I have followed the...

    Started by Beren77, 23 Apr 2010 2:36 AM
    loader, no content, reader, treetable
    • Replies: 0
    • Views: 653
    23 Apr 2010 2:36 AM Go to last post
  2. Question How to implement mousetrack in grid ?

    Hi Friends, How to implement mousetracker in grid which has to show some more details of that row when cursor is moved over that perticular row....

    Started by Amulya, 17 Apr 2009 7:31 AM
    • Replies: 3
    • Views: 1,279
    20 Apr 2010 12:56 AM Go to last post
  3. Question Display RAW XML

    Hi all, I want to display some raw XML and I can not find samples on how to do that. Any suggestions? Thanks

    Started by chamerling, 19 Apr 2010 8:32 AM
    xml raw
    • Replies: 0
    • Views: 1,018
    19 Apr 2010 8:32 AM Go to last post
  4. Lightbulb Grid firing events only when I click on 1st column

    Grid is firing events only when I click on the 1st column; all other columns it doesnt respond. What could I be missing?

    Started by mickyg, 17 Apr 2010 12:45 PM
    cellclick, events, grid
    • Replies: 0
    • Views: 767
    17 Apr 2010 12:45 PM Go to last post
  5. Put a drop-down menu anywhere?

    Is it possible to put an Ext GWT drop-down menu wherever you want, instead of always in the standard Ext GWT blue toolbar? We have an app that...

    Started by sjxacta, 9 Apr 2010 10:20 AM
    • Replies: 0
    • Views: 1,608
    9 Apr 2010 10:20 AM Go to last post
  6. Freeze column headers in Grid

    Hi, I have made a Grid and there are respective columns in it the data corresponding to that data. My problem is that if i scroll that data then...

    Started by goelshik, 7 Apr 2010 10:28 PM
    • Replies: 0
    • Views: 937
    7 Apr 2010 10:28 PM Go to last post
  7. How can I create a custom field

    Hi, I need a custom field, like an entity selector or something, containing 2 text fields (eg. code and description) and one button. When I press...

    Started by ender, 3 Apr 2010 4:44 PM
    • Replies: 0
    • Views: 941
    3 Apr 2010 4:44 PM Go to last post
  8. Post Slow treeStore.sort(...)

    Hi :), in our application, I need sort column in TreeGrid by Date... @Override public int compare(Store<ModelData> store, ModelData m1,...

    Started by LordLuky, 25 Mar 2010 3:46 AM
    • Replies: 1
    • Views: 963
    31 Mar 2010 12:56 AM Go to last post
  9. Tree nodes not aligned

    var treePanel = new Ext.Panel({ layout: 'auto' }); var Tree = Ext.tree; var tree = new Tree.TreePanel({ animate:true, autoScroll:true,...

    Started by extjslikeit, 30 Mar 2010 1:26 PM
    • Replies: 1
    • Views: 707
    30 Mar 2010 3:18 PM Go to last post
  10. Close Window in GXT ?

    Hi everyone, I search since 2 hours and I have not find how to force the windows of the application to close. I have already add a...

    Started by G.edwin, 17 Sep 2009 1:25 AM
    2 Pages
    1 2
    • Replies: 19
    • Views: 9,436
    29 Mar 2010 11:44 PM Go to last post
  11. Memory leaks after TabItem close

    Hi all, I have a problem when I close a TabItem. The fact is I have a tab panel with tab items, each tab item contains a panel that sends requests...

    Started by jeroni, 28 Mar 2010 11:26 PM
    • Replies: 2
    • Views: 1,240
    29 Mar 2010 7:41 AM Go to last post
  12. Nested Grid

    Hi! How do I create a nested grid using GXT. Is it possible to add another grid or a HTML table to the content of a Row expander plugin? If this...

    Started by otaviors, 12 Jan 2009 6:31 PM
    2 Pages
    1 2
    • Replies: 10
    • Views: 4,685
    24 Mar 2010 6:52 AM Go to last post
  13. How to create a BeanModelFactory

    Hy, I am currently developing a project in gxt. I need to create a combo to display the locales, but I have problems creating the store for it. ...

    Started by ender, 23 Mar 2010 10:57 PM
    • Replies: 0
    • Views: 914
    23 Mar 2010 10:57 PM Go to last post
  14. Dynamically add children with treegrid

    I have an async treegrid that basically copies the example code, except I'm using xml. It works fine, except that when I check the number of...

    Started by jazzer, 20 Mar 2010 6:50 AM
    • Replies: 1
    • Views: 844
    20 Mar 2010 7:27 AM Go to last post
  15. Checkbox in Editor Grid

    I have the following code: ArrayList<ColumnConfig> columns = new ArrayList<ColumnConfig>(); columns.add(new...

    Started by nguyentn, 15 Mar 2010 11:24 AM
    • Replies: 3
    • Views: 1,217
    20 Mar 2010 3:56 AM Go to last post
  16. Localization?

    Hi, when using GXT Dialog, the buttons "Yes", "No", "Cancel" are translated to German, if I use the locale de_DE, however, they are not translated...

    Started by Beren77, 25 Feb 2010 12:29 AM
    • Replies: 1
    • Views: 1,071
    18 Mar 2010 7:39 AM Go to last post
  17. How to change a Window's modal style

    I'd thought I'd share a way to change the model style just for one window (e.g. to have a more or less transparent mask) set / unset the new style in...

    Started by The_Jackal, 7 Jul 2009 7:41 PM
    • Replies: 2
    • Views: 3,424
    15 Mar 2010 5:25 PM Go to last post
  18. Post Flex Table Issue.

    Hi All, I am new gxt user. The code which I am working on is not entriely gxt, it is gwt and gxt. I have the widgets like text feild, radio...

    Started by c-new, 15 Mar 2010 12:02 PM
    • Replies: 0
    • Views: 903
    15 Mar 2010 12:02 PM Go to last post
  19. Question display the result from RPC call in content panel

    Hi, I am very new to Gxt and gwt. I really have a difficult time on displaying the RPC call result in a panel. I desperately need help on this ....

    Started by KimIronChef, 15 Mar 2010 11:37 AM
    • Replies: 0
    • Views: 1,211
    15 Mar 2010 11:37 AM Go to last post
  20. Question How to set combobox value ?

    Hi All, How to set combo box value, I have already used setData(), setDisplayField(),setEmptyText() and setValue() methods, but Im not able to...

    Started by Amulya, 4 May 2009 10:05 PM
    • Replies: 5
    • Views: 3,878
    6 Mar 2010 7:06 AM Go to last post


Forum Information and Options

Moderators of this Forum