1. #1
    Sencha User
    Join Date
    Oct 2011
    Posts
    13
    Vote Rating
    0
    Answers
    1
    ilawai is on a distinguished road

      0  

    Default Unanswered: How to select checkcolumn cells in a row when CheckboxModel column is selected

    Unanswered: How to select checkcolumn cells in a row when CheckboxModel column is selected


    Hi,
    I am new user of Extjs 4.1.1 version.
    My grid panel includes the following:
    selModel : Ext.create('Ext.selection.CheckboxModel'
    and several checkcolumns.
    I cant find a good solution to the following problems:
    I would like to select/deselect all cells in a row of type checkcolumns, when a user selects/deselects a checkbox in a CheckboxModel column of that row.

    Another question:
    How to add a checkbox to a column header of type checkcolumn, and when it selected/deselected to select\deselect all cells in this column.

    in addition i would like to mark all changes cell as dirty and update them later in the DB (after user would press update all).
    Last edited by ilawai; 24 Jun 2012 at 3:32 AM. Reason: another question

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,641
    Vote Rating
    434
    Answers
    3107
    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


    Listen to the select event and set the value of that column's dataIndex to true so it's checked
    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.