Sencha GXT Q&A

Page 33 of 43 FirstFirst ... 23 31 32 33 34 35 ... LastLast

+ Post New Thread

  1. Unanswered: ComboBox, how to prevent it from scrolling to the top on expanding?

    Hello, When ComboBox gets expanded it automatically scrolls to the top. I would prefer it to show currently selected value. Thanks

    Started by zaku, 27 Apr 2012 1:30 AM
    • Replies: 0
    • Views: 319
    27 Apr 2012 1:30 AM Go to last post
  2. Unanswered: Grid vertical scrollbar issue

    Hi all. I am new in GXT. I use GXT version 2.2.5. I have a Grid on ContentPanel. When I set ContentPanel width explicitly always is ok. But when...

    Started by RomaR5, 24 Apr 2012 4:30 AM
    • Replies: 1
    • Views: 677
    25 Apr 2012 12:24 PM Go to last post
  3. Unanswered: How to use the Legacy module?

    I can't find docs anywhere on how to use the legacy module. I'd like to get rid of my 2.2.5 dependency while I migrate. I've inherited it... now...

    Started by abshnasko, 23 Apr 2012 8:27 PM
    • Replies: 2
    • Views: 987
    24 Apr 2012 3:01 PM Go to last post
  4. Unanswered: How to add a new event contextmenu in CompositeSprite class

    How to add a new event contextmenu in CompositeSprite class.

    Started by NG1982, 24 Apr 2012 12:24 PM
    • Replies: 0
    • Views: 356
    24 Apr 2012 12:24 PM Go to last post
  5. Unanswered: GroupingStore in 3.0?

    We are converting from 2.1 to 3.0. What is the equavalent in 3.0 of GroupingStore? In 2.1, we have: store_ = new GroupingStore<ModelData>();...

    Started by bluemartini, 20 Apr 2012 6:07 AM
    • Replies: 2
    • Views: 697
    24 Apr 2012 11:02 AM Go to last post
  6. Unanswered: Grid inside a Dialog - how do I get automatic sizing?

    All, Ok, I've been playing around with the Grid class (other threads I've started touch on this), and I'm working with a class I have that extends...

    Started by jvahabzadeh, 20 Apr 2012 7:59 AM
    • Replies: 4
    • Views: 639
    24 Apr 2012 6:50 AM Go to last post
  7. Unanswered: CheckBox - change the position of the value lable

    I'm using CheckBox and i want to change the position of the value so it will apear to the left to the checkBox iteself instead to its right (as it is...

    Started by batyamit, 24 Apr 2012 1:44 AM
    checkbox
    • Replies: 0
    • Views: 370
    24 Apr 2012 1:44 AM Go to last post
  8. Unanswered: Avoid widget resizing in GXT3.0

    All, I have requirement, widget in a form should not be resized when a field is resized. I am aware of this how to implement in GXT2. Could...

    Started by snraj01, 23 Apr 2012 9:45 PM
    • Replies: 0
    • Views: 371
    23 Apr 2012 9:45 PM Go to last post
  9. Unanswered: how can i place Text Field horizontal

    like this.. thanks for ur answer

    Started by TheSoas, 23 Apr 2012 6:32 PM
    • Replies: 0
    • Views: 293
    23 Apr 2012 6:32 PM Go to last post
  10. Answered: Custom PropertyEditor / ValueBaseInputCell

    I'm trying to write a custom field editor that will translate between Long and String. IE: String representation on screen but field type is a Long....

    Started by p33t, 18 Apr 2012 11:39 PM
    custom, propertyeditor, valuebaseinputcell
    • Replies: 1
    • Views: 904
    23 Apr 2012 6:07 PM Go to last post
  11. Unanswered: Applying group by accross all the pages..

    Hi, Currently my application has pagination in it. Also, the group by functionaly on column is implemented, but the problem is that it groups only...

    Started by rutuja, 23 Apr 2012 4:29 AM
    • Replies: 0
    • Views: 369
    23 Apr 2012 4:29 AM Go to last post
  12. Unanswered: Best way to implement dynamic property access on a static type

    Hello Everyone, I need to implement a declarative command pattern that can update a value on a variety of static types, given a string value for...

    Started by drkstr, 19 Apr 2012 11:02 AM
    • Replies: 1
    • Views: 725
    20 Apr 2012 12:41 PM Go to last post
  13. Unanswered: Set CheckNode for Specified Node on a TreePanel

    Hi all; I want to set check specified nodes on a checkbox tree. I found two options Parent and Leaf but not for a precise node For exemple:...

    Started by skazijp, 20 Apr 2012 7:12 AM
    • Replies: 0
    • Views: 332
    20 Apr 2012 7:12 AM Go to last post
  14. Unanswered: background problem

    can i give some background image in module load like this code and how the code ? public class Sisfo implements EntryPoint { private...

    Started by geovannefarell, 20 Apr 2012 6:38 AM
    background image
    • Replies: 0
    • Views: 368
    20 Apr 2012 6:38 AM Go to last post
  15. Unanswered: Cannot use data:image/png;base64 in XTemplate

    Hi ! I try to use XTemplate and insert a Base64 image in HTML. So i wrote : <img src="{image.base64}"/> With base64 =...

    Started by Schoumy, 19 Apr 2012 4:08 AM
    • Replies: 4
    • Views: 1,857
    20 Apr 2012 5:38 AM Go to last post
  16. Unanswered: (Tree)Grid: refresh only one row, cell or column

    I'm using a quite complex TreeGrid and I need to update the values of one column. I assume grid.getView().refresh(false) repaints the whole grid,...

    Started by esag_dk, 19 Apr 2012 8:35 AM
    • Replies: 2
    • Views: 1,167
    19 Apr 2012 11:32 PM Go to last post
  17. Unanswered: Gxt Frid problem in 3.0.0-rc

    Hi, I am working with one of his libraries, specifically with gxt(gxt-3.0.0-rc.jar, gxt-chart-3.0.0-rc.jar and gxt-legacy-3.0.0-rc.jar) and I had...

    Started by cnino, 19 Apr 2012 7:03 AM
    • Replies: 0
    • Views: 408
    19 Apr 2012 7:03 AM Go to last post
  18. Unanswered: Grid - multi-line cell, and colored-in cells with no data, how do I do this?

    All, Ok, I have been able to accomplish what I want using GWT CellTable, but I really like the GXT Grid. So, here's what I'm trying to do, and...

    Started by jvahabzadeh, 19 Apr 2012 6:06 AM
    • Replies: 0
    • Views: 778
    19 Apr 2012 6:06 AM Go to last post
  19. Unanswered: A more complete ListStoreEditor example

    Can anyone point me to a complete ListStoreEditor example? I want to do editing of a grid within a form and the only example I can find is in...

    Started by p33t, 17 Apr 2012 5:31 PM
    binding, editor, form, grid, liststoreeditor
    • Replies: 2
    • Views: 782
    18 Apr 2012 3:42 PM Go to last post
  20. Unanswered: HorizontalLayoutContainer with multiple dynamically sized children

    Hello Everyone, I have been checking out GXT the past few days to see about the possibility of moving away from Adobe Flex. I have content that...

    Started by drkstr, 17 Apr 2012 1:44 PM
    • Replies: 2
    • Views: 738
    18 Apr 2012 8:02 AM Go to last post