Ext 2.x: Help & Discussion

Page 98 of 1827 FirstFirst ... 48 88 96 97 98 99 100 108 148 198 598 1098 ... LastLast

+ Post New Thread

  1. Display as WBS in ColumnTreeEditor

    We are using the Ext.extend(Ext.tree.ColumnTreeEditor, Ext.tree.TreeEditor, {} to display the details in a grid. When the grid is rendered, all the...

    Started by snehap.1284, 10 May 2010 6:24 AM
    columntreeeditor, display as wbs
    • Replies: 6
    • Views: 639
    12 May 2010 8:59 PM Go to last post
  2. Post usage of setLayOut();

    Can any body provide me the context where i can use panel.setLayout(); method. I dont see this metdod in API. The reason is i am thinking of...

    Started by veereshsh, 12 May 2010 7:00 AM
    • Replies: 1
    • Views: 624
    12 May 2010 9:28 AM Go to last post
  3. Tree - Copy Nodes instead of moving

    Hi, I want nodes to copied instead of moved when dragging them in a Tree. I have searched in the forums and found a solution, but it is not working...

    Started by mcohnen, 26 Nov 2007 3:33 AM
    • Replies: 3
    • Views: 997
    12 May 2010 8:27 AM Go to last post
  4. Question Editable column Header

    hello is it possible to make the column's header editable

    Started by issameddine, 12 May 2010 7:59 AM
    • Replies: 0
    • Views: 409
    12 May 2010 7:59 AM Go to last post
  5. Detect Checkbox change on ColumnNodeUI

    Aloa. I can't figure out how to dectect the state of a checkbox in ColumnNodeUI after a click. I want to hook an event handler on the checkbox to...

    Started by swunderlin, 14 May 2009 11:29 AM
    • Replies: 9
    • Views: 1,118
    12 May 2010 7:36 AM Go to last post
  6. ExtJS performance on large forms

    Hi Guys, Yesterday I encountered a show stopper in an applilcation with close to 400 fields. I've put up a sample application here: ...

    Started by berend, 16 May 2008 11:04 PM
    • Replies: 5
    • Views: 8,189
    12 May 2010 5:54 AM Go to last post
  7. How to stop sliding of collapsed panel

    Cheers, I have a complex slit region setup and one of the panel is collapsable. Everything works nice but I don't like the slideIn effect if I...

    Started by jweiss, 14 Nov 2007 4:15 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 2,120
    12 May 2010 5:25 AM Go to last post
  8. Question Scrolling nested panel with table layout

    I want to nest a panel designed in table layout into an accordion. The panel currently contains2 combos, buttons, gridpanel and label. I want this...

    Started by xjohny, 11 May 2010 2:34 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 1,965
    12 May 2010 5:11 AM Go to last post
  9. Question How to align grid on center.

    I have 2 javascript grids: var grid1 = new Example.Grid({ id:'puts1', enableDragDrop:true, store: new...

    Started by wertyk, 10 Nov 2008 7:14 AM
    • Replies: 5
    • Views: 7,609
    11 May 2010 10:50 PM Go to last post
  10. Problem with the ArrayGrid exemple

    Hi, I took the code for the array grid here and when i execute it it don't show any grid. I debug with Firebug and it apear that the execution...

    Started by mainmich, 11 May 2010 7:24 AM
    • Replies: 0
    • Views: 378
    11 May 2010 7:24 AM Go to last post
  11. fieldLabel doesnt show up for ComboBox

    I posted this in the wrong forum a minute ago but its a 2.x problem. I can't get the field label to show up for a combobox I am putting on a...

    Started by danthehitman, 29 Nov 2007 4:05 PM
    2 Pages
    1 2
    • Replies: 13
    • Views: 6,038
    11 May 2010 7:20 AM Go to last post
  12. Help with column layout

    Hi, I am dealing with a layout like this: Let's say it is a 3 column layout. How can I...

    Started by anjelika, 9 May 2010 1:10 AM
    • Replies: 6
    • Views: 1,021
    11 May 2010 1:53 AM Go to last post
  13. Grid sorting problem

    I am new to Extjs. i have grid with data like NAME IP FLAG test 1.2.3 true test2 3.3.4-B false test2 2.3.4-A false...

    Started by kssen2004, 10 May 2010 11:03 PM
    • Replies: 0
    • Views: 402
    10 May 2010 11:03 PM Go to last post
  14. Single Cell Selection in TreeEditor

    Ext.tree.ColumnTreeEditor is using DefaultSelectionModel. I wanted to know where there is any other model or custom function written, which can...

    Started by snehap.1284, 28 Apr 2010 2:08 AM
    multiselect, treeeditor
    • Replies: 5
    • Views: 852
    10 May 2010 6:00 AM Go to last post
  15. How do I keep grid selections through a store reload

    I'm trying to get my grid to keep its selections through a grid reload. Here is what I've tried so far. I've used firebug to verify that inside the...

    Started by agorman, 17 Feb 2009 6:46 PM
    • Replies: 8
    • Views: 1,726
    10 May 2010 5:37 AM Go to last post
  16. add button to column in tree

    ·I have used ColumnTree to implement the functionality(Please see the attached image). I was able to implement the first column - Categories but...

    Started by sanjay_1985, 25 Jun 2009 9:41 PM
    2 Pages
    1 2
    • Replies: 17
    • Views: 2,121
    10 May 2010 2:19 AM Go to last post
  17. Panel visibility based on radio button checked

    Hi, I am facing a problem where in i have 2 radio buttons. On clicking one radio button, one panel should be visible, on cliking the other, another...

    Started by prext, 13 Oct 2008 9:01 PM
    • Replies: 6
    • Views: 5,058
    9 May 2010 11:14 PM Go to last post
  18. [MOVED TO V3.x] treegrid in the grouptabs example : no root/leaf icons displayed

    Hello, I don't know if it is a css related bug but I am experiencing a display problem when I try to integrate the treegrid example in the...

    Started by fabads, 7 May 2010 10:59 PM
    • Replies: 0
    • Views: 568
    7 May 2010 10:59 PM Go to last post
  19. Updating grid with Form values

    Hi all, I have searched the forum and cant seem to find the answer to my question and i have tried to figure it out, but i cant. I have a...

    Started by sixtoedsloth, 3 Feb 2008 7:46 PM
    • Replies: 6
    • Views: 1,281
    7 May 2010 10:29 PM Go to last post
  20. Question Date.parseDate - problem - Czech months

    Hello everyone, im using component which is showing month year only. But when i get a text from textfield and put it to parseDate function ill get...

    Started by Zdeno, 6 May 2010 2:25 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 1,275
    7 May 2010 8:33 AM Go to last post