I have a dijit/Tree that works fine. However, I cannot figure out how to get the DOM node for a specific row from the id (the id in the store, not the DOM id).
Something like:
myTreeModel.getDomNodeById( id );
I am using dijit/Tree, dijit/tree/ObjectStoreModel and dojo/store/memoryStore.
Everything seems to be geared towards getting the store data but I want the to change the class on a dom node in response to events elsewhere in my application.