Search Type: Posts; User: JIMECKELS

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    297
    on a grid, add



    requires: [
    'Ext.ux.grid.MultiSort'
    ],
    plugins: [
    { ptype: 'multisort' }
    ],
  2. Replies
    3
    Views
    297
    This is my first plugin, and rather simple, but figured I would share it for feedback, and perhaps others might find it helpful.

    The goal of this plugin was to allow a grid to have multi-sorting...
  3. Replies
    26
    Views
    6,709
    This is a great extension.

    I would like to point out that the folks that are supporting this have been very responsive to questions, and integrating feedback. They have already included things...
  4. I ran into a similar requirement.

    My model has about 35 fields. These fields ultimately are to be displayed in the grid (every single one of them, even the ID's).

    You can certainly create a...
  5. To refresh a view it is ..

    resultList.getView().refresh() if I recall.

    or perhaps just resultList.refresh();

    Not sure if that is your issue however.
  6. Replies
    1
    Views
    268
    I have a store that is based on model; standard stuff.

    I am applying a filter to this store via

    store.filter({property: 'ID', value: '10'});

    This creates a post parameters of
  7. Replies
    64
    Views
    28,198
    Filtering on date fields do not respect the dateFormat of the filter definition.


    filter: { xtype: 'datefield', dateFormat: 'Y-m-d H:i:s' }


    I've made a change locally on my system so that...
  8. *bump*

    Looking for guidance as to how to handle this generically ...
  9. drats, i put this in the wrong forum :-(
  10. I've recently have run into an issue converting a legacy app's front-end and was looking for advice as to best practice or suggestions on how to solve it.

    The issue is that I have a table, which...
  11. I am having a problem with a model/store CRUD when the model is based off of a compound primary key.

    I did find a reference to this problem in previous versions of ExtJS...
  12. From what I understand, when a column is based on some type of lookup (like a combo), it is simply a column of a given type (ie gridcolumn, numbercolumn, or whatever), and the field: {} is given, and...
  13. So, after some help and direction from others, this is the override that fixes the issue for me. Note that since I do not writeAllFields, I didn't bother changing that area.



    /*
    *
    * This...
  14. Thanks for the reply.

    Apparently this is something others have fought with. I am trying to avoid hacking my json responses and posts, and finding a more "elegant" solution. I came across this...
  15. *bump*
  16. I am new to ExtJS. I am trying to get a CRUD grid going, and using a date field in one of my tests.

    I have a model with this date field (and dateFormat) set.
    I have a store that references this...
  17. Replies
    1
    Views
    360
    First time post here, and not sure if this is the right forum to ask this question.

    I am in the process of evaluating ExtJS for our project, and seem to be finding most everything I am looking...
Results 1 to 17 of 17