Ext GWT: Discussion

Page 5 of 280 FirstFirst ... 3 4 5 6 7 15 55 105 ... LastLast

+ Post New Thread

  1. Views: 300
    25 Apr 2013
  1. GWT Reflection

    Welcome, I have a problem with "GWTENT" reflection. How to create a class using reflection? I tried this: try { ClassType...

    Started by baczek00, 21 Aug 2012 3:23 AM
    gwt, gwtent, refection
    • Replies: 0
    • Views: 654
    21 Aug 2012 3:23 AM Go to last post
  2. ComboBox Type Ahead, detect matching characters other than from the beginning

    My ListStore contains full names (i.e. John Doe). I want type ahead to match not only on first name, but on last name as well. This is the behavior...

    Started by meyersd, 19 Apr 2010 9:17 AM
    • Replies: 5
    • Views: 2,009
    16 Aug 2012 11:05 AM Go to last post
  3. How to restrict a user to type only certain characters in the text field

    Hi, I need a text field where a user can type only certain characters like number field does where user can enter only numbers and dot. I tried...

    Started by nitinfuture, 10 Nov 2010 6:40 AM
    • Replies: 3
    • Views: 1,688
    14 Aug 2012 11:53 PM Go to last post
  4. Sorting grid does not affect the scroll

    hi guys, He needed a helping hand in a specific case. I am using the grid component and having a problem. In my grid i have many items, if you...

    Started by vemCastro, 17 Feb 2011 2:54 PM
    • Replies: 4
    • Views: 1,445
    10 Aug 2012 12:56 AM Go to last post
  5. Add customized ToolButtons to ContentPanel's Header

    I am trying to add a printer icon to the header section of a ContentPanel. I defined a style (x-tool-printerIcon with my custom background image) I...

    Started by dmanchikalapudi, 26 May 2010 7:06 AM
    • Replies: 5
    • Views: 2,590
    8 Aug 2012 11:48 PM Go to last post
  6. GXT Grid - How can i hide the grid column from the Header Menu columns drop down

    How can i hide the grid column from the Header columns menu item? colconfig.setHidden(true) hides col from the grid but it is visible when user...

    Started by gxtyas, 17 Sep 2010 4:39 PM
    • Replies: 4
    • Views: 5,442
    8 Aug 2012 12:11 AM Go to last post
  7. Enabling browser context menu for certain widgets

    We have the default browser context menu disabled app-wide via the following call to the Viewport: viewport.setContextMenu(null); Is there a...

    Started by Cputerace, 6 Aug 2012 11:53 AM
    • Replies: 0
    • Views: 374
    6 Aug 2012 11:53 AM Go to last post
  8. Grid problem in IE

    The grid is for some reason made larger when entering or leaving a grid row with the mouse in IE. See attached screenshot and observe the white area...

    Started by ado@speedledger.se, 9 Jul 2012 2:51 AM
    • Replies: 1
    • Views: 835
    1 Aug 2012 2:55 AM Go to last post
  9. Problem in Result.

    Hi, I have login page with UserId , Password and Submit button. after click of submit button first time I am not getting correct result but...

    Started by sharadchandra02, 30 Jul 2012 8:44 AM
    • Replies: 0
    • Views: 383
    30 Jul 2012 8:44 AM Go to last post
  10. Exclamation How to add a new ToolButton style

    Currently the ToolButton class in com.extjs.gxt.ui.client.widget.button supports the following styles <dt><b>Supported Styles:</b></dt> ...

    Started by canfindvinay, 5 Aug 2010 10:19 AM
    tool button styles
    • Replies: 1
    • Views: 1,571
    25 Jul 2012 10:11 AM Go to last post
  11. Support of other fields next to Radio options in RadioGroup

    I would like to know if it is possible to have a field after o next to a a RadioGroup option. I´m attaching an image where this idea is well...

    Started by anahuacv, 24 Jul 2012 7:43 AM
    • Replies: 0
    • Views: 381
    24 Jul 2012 7:43 AM Go to last post
  12. CSS / Button problem

    Hallo, CSS doesn't work. Whats wrong here? Thanks, Michael TestProject.java

    Started by stockhausen, 18 Mar 2010 8:01 AM
    2 Pages
    1 2
    • Replies: 15
    • Views: 4,710
    23 Jul 2012 10:48 AM Go to last post
  13. FormPanel Header Aditional Button

    Hi, How can I add to the header FormPanel additional keys in the EXT-GWT

    Started by baczek00, 8 Feb 2011 1:16 PM
    • Replies: 3
    • Views: 1,480
    20 Jul 2012 3:25 AM Go to last post
  14. How to add the grid to hidden iframe or div?

    Hi, I have created a div in my host page as below: <div id="__printingFrame" style="display: none;"></div> Now i need to add a grid to the...

    Started by suresh22446688, 20 Jul 2012 2:42 AM
    extgwt, gxt 2.0
    • Replies: 0
    • Views: 433
    20 Jul 2012 2:42 AM Go to last post
  15. Add ModelData into Grid does not wrok

    Hi All I'm a new GXT learner, and i tried add some ModelDatas into a normal grid, but it doesn't work, The following is code: public class...

    Started by samzhouzl, 17 Jul 2012 6:05 PM
    grid, grid bind, gxt 2.2.5
    • Replies: 0
    • Views: 501
    17 Jul 2012 6:05 PM Go to last post
  16. Disable row in a grid with checkbox selection model?

    Hi all, Currently I'm doing a grid with checkbox selection model that plugged in to select/unselect items in the grid. But based on the...

    Started by phoboshero, 18 Jul 2010 3:01 PM
    checkbox, disable, grid
    • Replies: 3
    • Views: 2,537
    17 Jul 2012 7:34 AM Go to last post
  17. GXT 2.1.1 ComboBox Field Binding does not work

    With GXT 2.0.1 and GWT 1.7 my ComboBox Field binding to my Java enum object is working good. As soon as i upgraded to GXT 2.1.1 with GWT 1.7 my...

    Started by navi75, 2 Aug 2010 6:32 PM
    • Replies: 6
    • Views: 2,558
    15 Jul 2012 7:17 PM Go to last post
  18. Change font-size on GXT button.

    Hello, I'm trying to change the font-size of the text on a GXT button but that doesn't work. I tried this way. My CSS .myCSS .x-btn-text { ...

    Started by SmokerQC, 26 Jun 2011 11:00 AM
    • Replies: 3
    • Views: 3,273
    12 Jul 2012 12:57 AM Go to last post
  19. Hide Checkbox in Grid Header

    Hi all, Is it possible to hide the Checkbox in a Grid Header? We have a Grid that uses CheckBoxSelectionModel but we need to restrict the user to...

    Started by markrgli, 14 Oct 2010 1:12 AM
    checkboxselectionmodel, grid header
    • Replies: 4
    • Views: 1,868
    11 Jul 2012 2:55 AM Go to last post
  20. issue with applying filters to LiveGrid?

    Hi, I am using GXT's LiveGrid(http://www.sencha.com/examples/#ExamplePlace:livegrid). i want to apply...

    Started by suresh22446688, 26 Jun 2012 8:16 AM
    extgwt, extjs 2.2, gxt 2.0
    • Replies: 1
    • Views: 633
    9 Jul 2012 11:45 PM Go to last post


Forum Information and Options

Moderators of this Forum