Ext GWT: Discussion

Page 97 of 280 FirstFirst ... 47 87 95 96 97 98 99 107 147 197 ... LastLast

+ Post New Thread

  1. Views: 266
    25 Apr 2013
  1. JSonResultReader<ModelData> ReadDate Problem

    Hi; My JSON String {datatable:} MyModel result.setRoot("datatable"); result.addField("code","code");

    Started by TrojanMyth, 16 Nov 2010 3:44 AM
    • Replies: 2
    • Views: 829
    16 Nov 2010 10:33 AM Go to last post
  2. Exclamation Bug with onKeyPress(fe) in Field.class in GXT 2.2.1

    When i extend the class TextField and overwrite the method protected void onKeyPress(FieldEvent fe) { i always get the value '0' when i call:...

    Started by msauter, 16 Nov 2010 1:40 AM
    bug, field.class, getkeycode, onkeypress
    • Replies: 2
    • Views: 1,272
    16 Nov 2010 7:34 AM Go to last post
  3. EditorGrid and store update

    Hello, I would like to know if there is a way to get the editor grid marked when its store is updated? Actually, doing a store.update correctly...

    Started by steevebd, 16 Nov 2010 7:16 AM
    • Replies: 1
    • Views: 1,239
    16 Nov 2010 7:19 AM Go to last post
  4. Adding load listener to PagingLoader

    Hello. I'm going to explain my case so maybe it helps a little bit more with the explanation. I have a layout container with a rowlayout and auto...

    Started by maqjav, 16 Nov 2010 6:07 AM
    • Replies: 1
    • Views: 1,760
    16 Nov 2010 6:46 AM Go to last post
  5. ExtJs within Ext GWT 2.2.1

    Hi, I noticed that Ext GWT 2.2.1 uses extJS 2.0.2 which is very old. Are you going to support extJS 3.3.0 with Ext GWT ?

    Started by dekely, 16 Nov 2010 5:54 AM
    • Replies: 1
    • Views: 1,236
    16 Nov 2010 6:45 AM Go to last post
  6. Question TreeGrid don't render all rows, when use WidgetTreeGridCellRenderer

    Hi! Problem with render rows. When I expand root element render only first children! When I expand and collapse second row. It's render. In...

    Started by Timur, 20 Oct 2010 7:57 AM
    • Replies: 6
    • Views: 1,973
    16 Nov 2010 6:42 AM Go to last post
  7. [2.2] GridView autoExpand bug

    Environment: OS X, GWT 2.0, GXT 2.2. I have an application with many tabs and grids in these tabs. The grids use auto expand column, and in some...

    Started by baskor, 16 Nov 2010 3:15 AM
    • Replies: 1
    • Views: 1,157
    16 Nov 2010 6:40 AM Go to last post
  8. Exclamation Need help : 'com.extjs.gxt.ui.client.widget.Info'

    Hi, I have : 1. a custom class extending 'com.extjs.gxt.ui.client.widget.Info' (ErrorInfo extends Info), 2. a ListStore which has all the Error...

    Started by kmi1177, 16 Nov 2010 5:14 AM
    kmi1177
    • Replies: 0
    • Views: 930
    16 Nov 2010 5:14 AM Go to last post
  9. How to set the width of the bars in the chart?

    Here is one chart in my app. And i can't manage to change the width of the bars. It looks so ugly...:-| I want it be less width. Please help!

    Started by ituren, 11 Nov 2010 12:47 AM
    • Replies: 3
    • Views: 968
    16 Nov 2010 4:46 AM Go to last post
  10. ColumnConfig and html

    The current implementation public class ColumnConfig (String id, String name, int width) treats the passed text as html. For example, to obtain the...

    Started by 4723, 15 Nov 2010 6:52 AM
    • Replies: 2
    • Views: 827
    15 Nov 2010 10:42 PM Go to last post
  11. Dropdown shows the 'emptyText' when start editing with roweditor

    ListStore<BeanModel> myListStore; Grid<BeanModel> myGrid; ... final RowEditor<BeanModel> rowEditor = new RowEditor<BeanModel>() { public...

    Started by Clemensl, 15 Nov 2010 8:29 AM
    • Replies: 2
    • Views: 1,194
    15 Nov 2010 4:03 PM Go to last post
  12. Use of Class attributes

    Using the 2.0.2 version of GXT, I was able to use class attributes to define the columnConfig and columnModel and use them anywhere using getters and...

    Started by hartwigpl, 15 Nov 2010 9:05 AM
    • Replies: 1
    • Views: 998
    15 Nov 2010 1:34 PM Go to last post
  13. Question Is There A setModelProcessor equivalent for Grids

    Consider the code below : ComboBox<BeanModel> clientCb = new ComboBox<BeanModel>(); clientCb.setName("client"); ...

    Started by chalu, 15 Nov 2010 3:04 AM
    • Replies: 2
    • Views: 769
    15 Nov 2010 11:06 AM Go to last post
  14. store.commitChanges(); does not commit data changes in grid

    Hello, I have a grid with page navigation and data are being populated by RPC. If I add a new entry into grid (and also post it into server) and...

    Started by Tomeo, 12 Nov 2010 12:28 PM
    • Replies: 8
    • Views: 1,251
    15 Nov 2010 10:37 AM Go to last post
  15. Gxt - How to disable column reordering at the column level of the grid

    Sven, By doing the grid.setColumnReordering(true);, it will enable to reorder all the columns of the grid, I will like to control at column...

    Started by gxtyas, 22 Oct 2010 6:28 AM
    • Replies: 6
    • Views: 1,982
    15 Nov 2010 7:38 AM Go to last post
  16. Radiobox/group layout horizontal and vertical

    Hello guys, I'm working on some kind of questionlist in GXT. I have a question with around 20 answeroptions. I wish to put these options...

    Started by stiptkevin, 11 May 2010 1:26 AM
    • Replies: 6
    • Views: 1,412
    15 Nov 2010 7:05 AM Go to last post
  17. Paging Grid linked to database

    Hello, I have a paging grid which has data loaded from Database. It has a top toolbar with some textFields and a button. What I wanna do is when I...

    Started by blay, 15 Nov 2010 4:13 AM
    • Replies: 8
    • Views: 1,128
    15 Nov 2010 7:05 AM Go to last post
  18. Getting the Menu Items List

    I do not get how to obtain a List<MenuItem> starting from a Menu Object: // From the MenuBar you can get the List of MenuBarItem...

    Started by alexoffspring, 12 Nov 2010 1:57 AM
    list, menu, menu item
    • Replies: 4
    • Views: 1,155
    15 Nov 2010 6:26 AM Go to last post
  19. I need help to animate a slider

    I have 4 sliders in the page that are working fine... And there listeners as well.. What i'm trying to do is to make my slider go slower from...

    Started by Angelgab82, 15 Nov 2010 2:16 AM
    slide, slider
    • Replies: 1
    • Views: 647
    15 Nov 2010 5:59 AM Go to last post
  20. Appling my own css file.

    Hi Sven, is there any easy way to apply my own css to gxt? Is there any tutorial about this? Thank you very much in advance.

    Started by anasande, 12 Nov 2010 2:20 AM
    • Replies: 4
    • Views: 749
    15 Nov 2010 12:08 AM Go to last post


Forum Information and Options

Moderators of this Forum