1. #1
    Sencha User
    Join Date
    Sep 2011
    Posts
    64
    Vote Rating
    0
    Answers
    2
    punith.mailme is on a distinguished road

      0  

    Exclamation Unanswered: Grid with 2 check column and grid column

    Unanswered: Grid with 2 check column and grid column


    Hi All,

    I have some requirement as below,
    I have written this grid as below

    2chechcolumn.png

    columns: [
    {
    xtype : 'checkcolumn',
    width : 30,
    sortable : false,
    id : 'check1'
    },{
    xtype : 'checkcolumn',
    width : 30,
    sortable : false,
    id : 'check2'
    },{
    xtype: 'gridcolumn',
    header : '',
    width : 300,
    sortable : false,
    dataIndex: 'label'
    }
    ]

    but when i check either of the check box, both the checkbox have got selected,

    checked.png

    may be i am missing any config property please guide.


    Thanks
    Punith

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


    What Ext JS 4 version? Tried with 4.1.0 RC1 with two checkcolumns and they are working fine for me.
    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
    Sep 2011
    Posts
    64
    Vote Rating
    0
    Answers
    2
    punith.mailme is on a distinguished road

      0  

    Default


    HI,

    It is 4.0.7.a version.
    when i check either of the checkbox, both are getting checked.
    Please paste the code u did.

    here is the entire thing i am trying to acheive,
    checkcolumn 1 will be for select and checkcolumn 2 is for deselect of the values. in any row user should be able to either select or deselect. (this is where i am struggling now )

    and will select or deselect will give me the Record of the row ?? (i am still dreaming on this). hope it will be available.


    Please guide, i have become a cat in hot soup.


    Thanks
    Punith

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


    In 4.1.0 RC1 I opened the cell-editing example. I added another checkcolumn for indoor2 dataIndex and added the indoor2 field to the model.
    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.