Ext: Q&A

+ Post New Thread

  1. Answered: Delaying store update to server?

    Using Ext-JS 4. I'd like to delay a store's server update until after I've made a set of changes so that it sends all the changes at once. I've...

    Started by neilios, 18 Dec 2011 12:36 PM
    • Replies: 3
    • Views: 620
    21 Dec 2011 11:45 AM Go to last post
  2. Answered: MixedCollecion store

    Hello, world :) Is there something like arrayStore that works with MixedCollection ? or ArrayStore workes with MixedCollection by default?

    Started by 1099511627776, 21 Dec 2011 12:26 AM
    • Replies: 5
    • Views: 642
    21 Dec 2011 9:53 AM Go to last post
  3. Unanswered: Grouped Header First Column Filter Not Displayed

    Hi, When I add Grouped Header to the first column the filter is not displayed. Implemented filter to...

    Started by vn_vinod, 21 Dec 2011 5:39 AM
    filter, grouped header
    • Replies: 1
    • Views: 820
    21 Dec 2011 8:38 AM Go to last post
  4. Unanswered: extjs4.x Dynamic create form fields

    is there any solution for creating form fields dynamicly through add button ? I found one of methods from site, the url is...

    Started by jinjianhe, 21 Dec 2011 2:50 AM
    • Replies: 1
    • Views: 1,101
    21 Dec 2011 8:33 AM Go to last post
  5. Question Unanswered: Howto correctly rollback a store

    Hi, i try to find a correct way to rollback a store. The Ext.data.store's does not provide a rollback() function, but a commit(). Instead of...

    Started by teqneers, 21 Dec 2011 1:21 AM
    store
    • Replies: 1
    • Views: 642
    21 Dec 2011 8:32 AM Go to last post
  6. Question Answered: How can I configure a store to load models for a specific set of IDs?

    For example, say I have a server API for loading people that handles requests like this: GET /people/?id=101,329,27 I'd like to build a Store...

    Started by charris, 21 Dec 2011 6:42 AM
    • Replies: 1
    • Views: 424
    21 Dec 2011 8:19 AM Go to last post
  7. Answered: Problem retrieving data in datefield

    I'm working on MVC and I have a problem retrieving the date in a datefield format(no return value). MODEL ----- services.js fields: ,

    Started by gigofizz, 20 Dec 2011 10:42 AM
    • Replies: 3
    • Views: 966
    21 Dec 2011 7:16 AM Go to last post
  8. Unanswered: How to disable entire column with CellEditing Plugin

    Hi, I am having editable grid with 4 columns as editable and other 3 non editable. I want to make those all 4 column un-editable on certain...

    Started by Ankit.Desai, 20 Dec 2011 1:02 PM
    disable editing of column
    • Replies: 2
    • Views: 617
    21 Dec 2011 6:54 AM Go to last post
  9. Unanswered: Getting ID after create

    I create a record, insert it to the store and make a sync. The create-url is called. I got an answer (the record with the id), but the record in the...

    Started by herzog, 21 Dec 2011 6:15 AM
    • Replies: 1
    • Views: 429
    21 Dec 2011 6:42 AM Go to last post
  10. Unanswered: Making component extending Ext.chart.series.Gauge

    I am trying to make the gauge chart have 3 slices instead of 2. In the drawSeries() of Ext.chart.series.Gauge there are 2 slices: sliceA and sliceB....

    Started by columbus30, 15 Dec 2011 2:09 AM
    component, ext.chart.series.gauge
    • Replies: 2
    • Views: 595
    21 Dec 2011 6:27 AM Go to last post
  11. Unanswered: Tree & refresh node

    Hi, How can I refresh a tree node? Simply: I set up my tree nodes with some records. Then I edit a tree node... (with a grid for instance). The...

    Started by Araberen, 21 Dec 2011 5:30 AM
    • Replies: 0
    • Views: 276
    21 Dec 2011 5:30 AM Go to last post
  12. Exclamation Unanswered: Impact on Migration from ExtJS 3 to ExtJS 4

    Hello, we are migrating Ext JS 3.3.1 to Ext JS 4.0. i am wondering are there something changed in Extjs 4? i can not find some release notes about...

    Started by yinkan.li@oocl.com, 20 Dec 2011 11:14 PM
    • Replies: 1
    • Views: 592
    21 Dec 2011 1:25 AM Go to last post
  13. Answered: Translating the RowEditing plugin

    Hi, I'm willing to translate the text content of the RowEditing plugin (mainly buttons' text) to french. So I added this to my ext-lang-fr.js : ...

    Started by Pacos, 19 Dec 2011 8:31 AM
    • Replies: 2
    • Views: 533
    21 Dec 2011 12:47 AM Go to last post
  14. Answered: Dependent combobox is showing the old filtered data when focussed

    Hi, I am having multiple combo-box in the UI. they all are dependent once we select any thing from any combo. If don't then they all displays the...

    Started by sanjayarrk1, 20 Dec 2011 5:16 AM
    • Replies: 8
    • Views: 701
    21 Dec 2011 12:14 AM Go to last post
  15. Unanswered: UT with jasmine getting started

    Can someone please help in getting started with jasmine with EXTJS . I have gone through http://docs.sencha.com/ext-js/4-0/#!/guide/testing and...

    Started by chot2, 18 Dec 2011 10:25 PM
    • Replies: 2
    • Views: 712
    20 Dec 2011 11:35 PM Go to last post
  16. Answered: Grid Paging not Working

    Hello I am working on the ext js grid which displays a few records from the database using java at backend. But the paging part of the grid...

    Started by sachintaware, 19 Dec 2011 1:27 AM
    2 Pages
    1 2
    grid, paging
    • Replies: 19
    • Views: 3,053
    20 Dec 2011 10:55 PM Go to last post
  17. Unanswered: how do I get access to ui of tree node (Ext.data.NodeInterface)?

    var newElement = parentTreeNode.appendChild(newElementCfg); how do I get access to ui of newElement? how to use Ext.dd.Registry.register for...

    Started by sergeyvo, 20 Dec 2011 9:31 PM
    • Replies: 0
    • Views: 336
    20 Dec 2011 9:31 PM Go to last post
  18. Unanswered: Problem while setting up EXT JS for use

    Hi All, I am a newbie in the area of EXT JS. I am still learning this amazing library. I need a help here. When i set up the ext js environment ...

    Started by vkjk89, 20 Dec 2011 12:09 AM
    • Replies: 5
    • Views: 551
    20 Dec 2011 9:10 PM Go to last post
  19. Post Unanswered: Unable to get appropriate view of a tree --pls help

    Hi all, I am very new to extjs...and I started developing a tree. But I am not getting the appropriate view of the tree..the code of it is given...

    Started by deepthi.vadap, 20 Dec 2011 12:19 AM
    • Replies: 5
    • Views: 942
    20 Dec 2011 8:32 PM Go to last post
  20. Thumbs up Unanswered: How to load another xtype on button click event.

    Hi... sencha forum team member . I am trying to load another xtype by button click event that has a gantt-chart to be loaded. I am trying to add ...

    Started by rushi2440, 20 Dec 2011 3:11 AM
    extjs4, javascript, jsp
    • Replies: 2
    • Views: 890
    20 Dec 2011 8:23 PM Go to last post