1. #1
    Sencha User
    Join Date
    Jul 2011
    Posts
    13
    Vote Rating
    0
    silan is on a distinguished road

      0  

    Default Where is Ext.grid.EditorGridPane?

    Where is Ext.grid.EditorGridPane?


    I see some samples use Ext.grid.EditorGridPane. I tried the sample, but it seems can't find the class in my environment.
    I use EXT JS 4.0.2a, and have ext-all-debug.js included.
    I searched whole EXT JS installation, and don't see Ext.grid.EditorGridPane located anywhere.

    Is it a "standard" EXT JS class? If not, why it come with a Ext.grid package name?

    Thanks

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    438
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    There is no Ext.grid.EditorGridPanel like in 3.x or before.

    Here are two examples:

    Cell Editor - http://dev.sencha.com/deploy/ext-4.0...l-editing.html
    Row Editor - http://dev.sencha.com/deploy/ext-4.0...w-editing.html
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    Jul 2011
    Posts
    13
    Vote Rating
    0
    silan is on a distinguished road

      0  

    Default


    Thank you Mitchell for the response.
    The examples you posted are both only have editing function.
    The example I saw is at http://gridsearch.extjs.eu/. it not just support edit, but also have a nice search that can narrow down the result first. It also come with delete.

    I know without EditorGridPanel I can always do the same thing with the basic building blocks. But since I'm new to EXT JS, I just try to find some good examples that can show me how all the pieces work together.

    Do you have any suggestion about what I'm looking for?
    Thanks!