1. #1
    Sencha Premium Member harrydeluxe's Avatar
    Join Date
    Jul 2007
    Location
    Nürnberg, Germany
    Posts
    76
    Vote Rating
    21
    harrydeluxe will become famous soon enough harrydeluxe will become famous soon enough

      0  

    Default Grouping Property Grid

    Grouping Property Grid


    Ext.ux.grid.property.Grid is a extension with some helpful features, like Grouping, disabled fields or additional columns.



    Source on Github:
    https://github.com/harrydeluxe/extjs-ux/

    Demo:
    http://harrydeluxe.github.com/extjs-...pertygrid.html
    DELACAP | Github
    "don't code today what you can't debug tomorrow"

  2. #2
    Sencha - Support Team scottmartin's Avatar
    Join Date
    Jul 2010
    Location
    Houston, Tx
    Posts
    7,190
    Vote Rating
    195
    scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold

      0  

    Default


    This is nice. thanks!

    Regards,
    Scott.

  3. #3
    Sencha User
    Join Date
    Jan 2013
    Posts
    1
    Vote Rating
    0
    talakuchi is on a distinguished road

      0  

    Default


    Quote Originally Posted by harrydeluxe View Post
    Ext.ux.grid.property.Grid is a extension with some helpful features, like Grouping, disabled fields or additional columns.



    Source on Github:
    https://github.com/harrydeluxe/extjs-ux/

    Demo:
    http://harrydeluxe.github.com/extjs-...pertygrid.html

    Hi all, I am completely new to extjs. May I know how to use this grouping property grid? What are the settings need to be done to use this? What are the js files and css files that i need to include in my page?

    I realised that in the example given, it has this renderTo: 'editor-grid' and also renderTo: Ext.getBody().
    Is it possible that I declare my grouping property grid in another js file which is outside of the onReady()? Because I encountered this Ext.getBody() returns me null when i use firefox firebug to test it. I was told that anything outside of onReady(), Ext.getBody() will return null.

    And then i saw that the Grid.js which is where the 'Ext.ux.grid.property.Grid' is defined, its initComponent functions requires Ext.getBody(). Does that means that if i have to declare my grouping property grid in another js file outside of onReady(), this grouping property grid won't work for me?

    Is there any other grouping property grid out there that suitable for my case? All i need is just a property grid that has grouping features, and allow different celleditor per row.

    Can anyone advise me what to do? Thank you in advance.