I am implementing two level TreeGrid with two columns. First level is marked with node.setCanSelect(false). Also each node has name and title set explicitly. All nodes are opened with tree.openAll().
Upon real time message from the server I am trying to obtain TreeGrid.getSelectedState and getting null while treeGrid.getSelectedRecord() is not null.
I suspect you need some example, but if you can first look into conditions under which state will be null?
Upon real time message from the server I am trying to obtain TreeGrid.getSelectedState and getting null while treeGrid.getSelectedRecord() is not null.
I suspect you need some example, but if you can first look into conditions under which state will be null?
Comment