1. #1
    Sencha User
    Join Date
    Feb 2013
    Posts
    20
    Vote Rating
    0
    vicvolk87 is on a distinguished road

      0  

    Default Answered: Changing tree node text programmatically removes x-grid-row-selected x-grid-row-focus

    Answered: Changing tree node text programmatically removes x-grid-row-selected x-grid-row-focus


    Hello! Please help, if you can. I normally change node text property by Ext.getCmp('mytree').getSelectionModel().getLastSelected().set('text',txt) command. But not only it changes the text, it also removes overlapping classes x-grid-row-selected and x-grid-row-focus. But I want my node stay highlighted. Who knows how to prevent this behaviour?
    Thanks in advance,
    Viktor.

  2. This is a known bug when a single row is updated. You can fix it by refreshing the view with the refresh method on the tree view.

  3. #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


    This is a known bug when a single row is updated. You can fix it by refreshing the view with the refresh method on the tree view.
    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.

  4. #3
    Sencha User
    Join Date
    Apr 2011
    Location
    Russia
    Posts
    72
    Vote Rating
    1
    Answers
    7
    vicvolk is on a distinguished road

      0  

    Default ...

    ...


    Thanks! I would mark it answered if I knew how.