Ext 2.x: Help & Discussion

Page 12 of 1827 FirstFirst ... 2 10 11 12 13 14 22 62 112 512 1012 ... LastLast

+ Post New Thread

  1. Extjs 2.X Menu

    We need to implement 2 level menu, the problems we are facing in implementation are as below: 1. We have to disable 1st level menu click. How to...

    Started by rachanasane, 27 May 2012 10:27 PM
    menu, menu bar problem
    • Replies: 1
    • Views: 545
    11 Jul 2012 5:35 AM Go to last post
  2. Hiding Column Header

    How to hide header of a column. I have following column { id: 'Name',header: 'Name', dataIndex: 'EMP_NAME, width: 300} I want to hide only the...

    Started by soft_Dev, 10 Jul 2012 11:34 PM
    ext js 4
    • Replies: 1
    • Views: 640
    11 Jul 2012 4:53 AM Go to last post
  3. How to change the combobox label dynamically ?

    I Have a combo box like below, this.classCmb = new Ext.form.ComboBox({ store: this.classStore, id: 'cmbclass', valueField: 'value',...

    Started by fbraimna, 10 Jul 2012 3:44 AM
    dynamic fieldlable
    • Replies: 4
    • Views: 570
    11 Jul 2012 4:48 AM Go to last post
  4. Modifying datefield to accept YYYYMMDD

    I have a few users who prefer to enter dates in the date fields in YYYYMMDD format. It would be nice to be able to handle this format rather than...

    Started by mikeasi, 21 Jun 2012 10:07 AM
    • Replies: 1
    • Views: 606
    10 Jul 2012 6:53 AM Go to last post
  5. Question If condition in groupTextTpl

    Hi, I need to render a hyperlink with the grouped text in a grouping view based on the value in one of its grid columns. The following code is...

    Started by kirankumar57, 26 Nov 2008 12:50 AM
    • Replies: 6
    • Views: 1,707
    10 Jul 2012 5:56 AM Go to last post
  6. Stop extjs from remembering forms?

    I have an application built with extjs that uses data grids and an extension to allow column filtering. However, it is being reported that filter...

    Started by jfizer, 9 Jul 2012 10:40 AM
    • Replies: 0
    • Views: 243
    9 Jul 2012 10:40 AM Go to last post
  7. CSS Button Color

    Hi, i try to change the text color of a button in form panel, but i cant find the right css attribute where i could change the color. Maybe...

    Started by Shaguar, 16 Apr 2008 3:41 PM
    • Replies: 5
    • Views: 14,568
    9 Jul 2012 9:10 AM Go to last post
  8. [Ext 2.0] PagingToolbar of grid doesn't display until browser resize

    I use Ext 2.0 dev 5. my code: var panel = new Ext.Panel( { region : 'center', title : false, border : false, layout :...

    Started by fangzhouxing, 26 Sep 2007 6:25 AM
    • Replies: 7
    • Views: 2,971
    9 Jul 2012 6:49 AM Go to last post
  9. getting JSON response in Ext.Ajax.request

    Greetings experts I have the following javascript in a jsp Ext.onReady( function() { Ext.Ajax.request({ ...

    Started by idahotrekker, 12 Dec 2008 8:55 AM
    • Replies: 4
    • Views: 7,974
    8 Jul 2012 1:34 PM Go to last post
  10. Hide grid rows depending on record value (getRowClass occupied)

    Hi! I need to hide rows depending on a records value. The grid is using the RowExpander plugin which is already overriding the getRowClass method....

    Started by Dr. Flink, 23 Jan 2009 2:08 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 6,775
    6 Jul 2012 1:12 AM Go to last post
  11. Unique Items from a Store

    I have a SimpleStore with 10-15 fields, that populate a grid. This works fine. I also have ComboBoxes set up as filters on several of these fields...

    Started by VKPS, 27 Mar 2008 8:34 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 2,100
    5 Jul 2012 10:46 AM Go to last post
  12. store.loaddata(object,true)when load the same id data error please help!

    ds:new Ext.data.Store ({ reader:new Ext.data.JsonReader ({id:'Lid',root:'rows',fields: })}) when i use the method...

    Started by cnmzlb, 2 Jul 2012 7:03 PM
    • Replies: 0
    • Views: 408
    2 Jul 2012 7:03 PM Go to last post
  13. how to send boolean values from Checkbox

    hi all, having issues ( ext 2.1 ) with the Checkbox component . It seems to send "on"/"off" values to the database which is expecting true /...

    Started by zen, 26 May 2008 7:47 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 11,230
    29 Jun 2012 1:29 AM Go to last post
  14. RadioColumn

    Hi , I wanted to use the radioColumn for the entire rows instead of just a single (name,radio) pair. I have used the following code snippet for...

    Started by SagarAw, 27 Jun 2012 9:23 AM
    #radio
    • Replies: 0
    • Views: 230
    27 Jun 2012 9:23 AM Go to last post
  15. Tooltip with autowidth

    Hello, I want to get a tooltip for a column model of grid panel. I'm following the code - renderer: function (value, metadata, record,...

    Started by ankitjc.wipro, 24 Jan 2012 2:58 PM
    • Replies: 2
    • Views: 774
    25 Jun 2012 11:01 PM Go to last post
  16. How to prevent extjs grid from scrolling when clicking on a cell ?

    I am facing a very strange problem. I have a grid with cell selection model and when i CLICK on any cell then grid automatically goes to first...

    Started by agunescu, 25 Jun 2012 4:25 AM
    • Replies: 0
    • Views: 404
    25 Jun 2012 4:25 AM Go to last post
  17. [SOLVED] cell mouseover in a grid

    Hi, do we have something like grid.on('cellclick', function(grid, rowIndex, colIndex, e) { for mouseover?? Thanks, Pau

    Started by paubach, 31 Jan 2008 7:30 AM
    • Replies: 5
    • Views: 2,152
    22 Jun 2012 4:25 AM Go to last post
  18. Question multiple vtype

    I writed two validation definitions in Ext.form.Vtypes. Now I have a TextField which need two vtypes.But the property vtype of...

    Started by joehebe, 25 Sep 2008 7:39 PM
    • Replies: 4
    • Views: 3,168
    21 Jun 2012 11:45 PM Go to last post
  19. customize displayField at combobox

    Hy, my goal is to combine multiple fields in a store object, to display in a combobox. these are my fields in my store: {name: 'id', mapping:...

    Started by fellfresse, 18 Feb 2008 6:47 AM
    2 Pages
    1 2
    • Replies: 18
    • Views: 16,629
    20 Jun 2012 8:57 PM Go to last post
  20. iconCls on a bbar

    Hi, Is there anything wrong with this code, its on a bbar the images are in the relevant folder ( in the resources/images/toolbar) bbar: ...

    Started by sanjshah, 15 Apr 2008 10:28 AM
    • Replies: 6
    • Views: 4,964
    20 Jun 2012 2:36 AM Go to last post