Search Type: Posts; User: sytel

Search: Search took 0.01 seconds.

  1. Unfortunately I don't have enough time to identify which code actually causes the leaks. I can only do my best to help all of us fixing this problem by providing test cases and a workaround without...
  2. I create real-time reporting and monitoring applications using ExtJS, so it is crucial for me to fix this. As I suspected, there are two separate issues here:

    1. ExtJS uses Douglas Crockford's...
  3. Replies
    2
    Views
    700
    Use regular rowbody and rowwrap features and include these CSS rules:


    .x-grid-row .x-grid-rowbody { display: none !important; }
    .x-grid-row-selected .x-grid-rowbody { display: block !important;...
  4. Replies
    2
    Views
    855
    I see that in ExtJS 4 there are divs instead of ul in markup. Setting the widths could be done by hooking into Ext.tab.Bar, but could you help out with the proper CSS?
  5. Replies
    2
    Views
    855
    Hello,

    is it possible to display tabs in tabpanel in multiple rows instead of scrolling them horizontally? It's more usable if there are many tabs with long headers.

    Thanks
  6. Sencha Devs, have you gotten anywhere with this one? I suspect there may actually be two issues, one with record id's and another with reader. And yes, it's still present in Ext JS 4.x.
  7. Hi,

    in a grid with RowEditor i have a column:


    {
    xtype: 'gridcolumn',
    dataIndex: 'name',
    text: 'Name',
    editor: {
  8. why not use https?
  9. Replies
    2
    Views
    584
    Mitchell, thanks for your reply.

    The id is parsed properly because this

    store.getAt(1).getId()
    properly returns the mentioned integer.

    I'm just trying to understand what's the point of...
  10. Replies
    2
    Views
    584
    I have a Model named 'Company' with idProperty pointing to an integer field. I noticed that

    store.getAt(1).id
    gives me e.g. 'Company-1' instead of just '1'.

    In Ext JS 4 source i see that in...
  11. Please have a look at http://www.sencha.com/forum/showthread.php?145645-Possible-memory-leak-with-GridPanel-and-Store
  12. Ext version tested:

    Ext 3.0.3
    Ext 3.3.2
    Ext 3.4.0
    Adapter used:

    ext
    css used:
  13. Replies
    2
    Views
    556
    i did, but some events are required for the view switching to work properly. i also tried to temporarily set stateful=false but the state events are delayed, so it won't work.

    there's got to be...
  14. Replies
    2
    Views
    556
    Hello,

    i have a stateful grid with about 70 columns. I want to allow users to select particular view from a dropdown, view being a set of visible columns with particular widths. The rest of...
  15. I have the following Json structure to read:

    {
    "tom": 10,
    "jack": 23,
    "bill": 8,
    "joe": 15,
    "dan": 5
    }
  16. Replies
    2
    Views
    2,185
    That is true, but my code automatically configures the filters for you. Hence dynamic filters :D. Useful if you have lots of different column models.
  17. Replies
    2
    Views
    2,185
    I was looking for a very simple dynamic filters for my data grid. Couldn't find, so i coded this one. It creates filters from column model and store configuration. Makes use of...
  18. Replies
    4
    Views
    2,508
    Any chance to have this ported to Ext 3?
Results 1 to 18 of 18