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.