Ext GWT: Discussion

Page 12 of 280 FirstFirst ... 2 10 11 12 13 14 22 62 112 ... LastLast

+ Post New Thread

  1. Views: 266
    25 Apr 2013
  1. TextField in ResultSet

    Why I don't view the field label if I add a TextField into a FieldSet? Thanks

    Started by listirer, 6 Dec 2011 9:11 AM
    • Replies: 1
    • Views: 508
    16 Feb 2012 5:34 AM Go to last post
  2. NPE in GridSelectionModel onEditorKey()

    I have an EditorGrid where not all columns have an attached editor. When navigating the grid using the Tab key, I get a NPE. Somehow the editor is...

    Started by eprice, 15 Feb 2012 12:39 PM
    • Replies: 1
    • Views: 313
    15 Feb 2012 1:06 PM Go to last post
  3. ComboBox with multi selection

    hi all, i am try to build grid using gxt2.2.5 and GWT2.1 , and i wont to render ComboBox with Multiple Select in each Cell , like SmartGWT ComboBox...

    Started by storm8, 14 Feb 2012 12:25 AM
    • Replies: 1
    • Views: 515
    15 Feb 2012 3:58 AM Go to last post
  4. SimpleComboBox -> sort

    Hi All, I want to sort items of SimpleComboBox<String> after I added a new item to it dynamically. Is there a good solution to sort item of a...

    Started by soma13, 17 Dec 2011 8:58 AM
    • Replies: 3
    • Views: 927
    15 Feb 2012 1:45 AM Go to last post
  5. How to enable SelectionMode.SIMPLE on CheckBoxSelectionModel in Grid?

    Hi, i try to make multiple rows selectable through checkboxes in a grid without pressing Ctrl or Shift. I have extracted my problem by this test...

    Started by bitkopf, 9 Feb 2012 12:42 PM
    • Replies: 3
    • Views: 647
    14 Feb 2012 1:11 AM Go to last post
  6. RootPanel Viewport, how check double screen

    Hi alls, Is there a possibility to check if user use a double screen desktop ? I use actually ...

    Started by vassilux, 13 Feb 2012 7:33 AM
    • Replies: 0
    • Views: 422
    13 Feb 2012 7:33 AM Go to last post
  7. Grid Header Height bug in IE

    The height for a grid header cell is not not correct when the column is sorted, i.e the sorting arrow is displayed for the column. It's for IE....

    Started by andreiastra, 6 Jan 2012 1:41 AM
    • Replies: 3
    • Views: 1,601
    10 Feb 2012 11:45 AM Go to last post
  8. Asynctreegrid is empty, and migration from GXT 2.1.1(gwt 1.7) to GXT 2.2.5(gwt 2.4)

    I'm trying to upgrade my code from gxt2.1.1 with gwt 1.7 to gxt 2.2.5 with gwt 2.4, but I run into a few problems, such as blank pages. To narrow...

    Started by tliu108, 8 Feb 2012 11:50 AM
    • Replies: 2
    • Views: 660
    10 Feb 2012 9:19 AM Go to last post
  9. mimic a toolbar button click without the user actually clicking it?

    Is there a way to mimic a toolbar button (">>") click without the user actually clicking it? Let me explain... I've got a BorderLayout with...

    Started by cgokey2, 9 Feb 2012 11:32 AM
    • Replies: 0
    • Views: 398
    9 Feb 2012 11:32 AM Go to last post
  10. BorderLayout methods collapse() and expand() are not working programatically

    Hi Team, I am using gwt version 2.4.0 and gxt version 2.2.5. I am facing a strange problem with BorderLayout. Please go through the following...

    Started by pramod.gampa, 9 Feb 2012 2:39 AM
    borderlayout, collapse, contentpanel, expand, gxt2.2.5
    • Replies: 5
    • Views: 1,114
    9 Feb 2012 8:47 AM Go to last post
  11. TextField disappear in IE when neighbors catch cursor

    Hi! I have MultiField and 4 TextFields in it. When one gets cursor, others disappear (or several of them). Here is how it looks (two situations...

    Started by glaz666, 28 Apr 2011 5:51 AM
    • Replies: 5
    • Views: 971
    9 Feb 2012 5:24 AM Go to last post
  12. how to enable grid geader sorting context menu and catch the click event on it ?

    hi, I have a grid panel and there is a header context menu, but the sorting menu gets disabled. ow can I enable the sorting ASC/DES menu and...

    Started by mxu, 7 Feb 2012 8:54 AM
    • Replies: 1
    • Views: 648
    7 Feb 2012 2:16 PM Go to last post
  13. GridView with RowEditor and CheckBoxSelectionModel (or CheckColumnConfig)

    I've been attempting to implement a GridView with a RowEditor & CheckBoxSelectionModel. I want to use the RowEditor to allow the user to modify the...

    Started by rherwig, 27 Dec 2011 2:14 PM
    • Replies: 1
    • Views: 737
    7 Feb 2012 9:55 AM Go to last post
  14. FileUploadField IE compatability

    In one of my current projects the GXT widget FileUploadField requires 2 clicks from IE to have the browse button popup. Has anyone else...

    Started by vortex-5, 16 Nov 2010 11:42 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 2,453
    6 Feb 2012 6:54 AM Go to last post
  15. server-side serialization of BaseModelData

    I need a deep copy of List<BaseModelData> . This method is supposed to create it: @SuppressWarnings("unchecked") public static <T> T...

    Started by basinilya, 6 Feb 2012 5:33 AM
    • Replies: 0
    • Views: 389
    6 Feb 2012 5:33 AM Go to last post
  16. NullPointerException on sorting store

    I have a NullPointerException when I sorting store of an EditableGrid: 00:00:58,717 Uncaught exception escaped java.lang.NullPointerException:...

    Started by listirer, 5 Feb 2012 1:06 PM
    • Replies: 1
    • Views: 578
    5 Feb 2012 1:47 PM Go to last post
  17. Customized CollapsePanel in Border Layout GXT 3.0

    Hi All, I would like to customize the collapse panel in the border layout in GXT 3.0. I played around with the ideas in this post:...

    Started by Thinian, 4 Feb 2012 10:07 AM
    • Replies: 0
    • Views: 526
    4 Feb 2012 10:07 AM Go to last post
  18. ClassCastException for SimpleComboBox into EditableGrid

    Hi, I have a ClassCastException when try to recreate EditableGrid example. .... grid = new EditorGrid<TestDetail>(store,...

    Started by listirer, 2 Feb 2012 7:59 AM
    • Replies: 7
    • Views: 891
    3 Feb 2012 5:49 AM Go to last post
  19. How to get http status code from formPanel

    Hi, I have a fileupload from a formpanel and a listener on the formpanel looking like this: formPanel.addListener(Events.Submit, new...

    Started by junsten, 1 Feb 2012 11:49 PM
    formpanel, http status
    • Replies: 0
    • Views: 365
    1 Feb 2012 11:49 PM Go to last post
  20. Exclamation Reload data in GXT grid freezes

    Based on the GXT showcase example 'Paging BeanModel Grid' I try to reload the grid when I have done a modifiaction to my data source. I defined the...

    Started by planadecu, 1 Feb 2012 7:30 AM
    beanmodelreader, freezes, grid, pagingloader, store
    • Replies: 1
    • Views: 861
    1 Feb 2012 8:04 AM Go to last post


Forum Information and Options

Moderators of this Forum