Hi DHX,
I am facing trouble with the radio buttons in dhtmlxTree.
The ERROR occurs when I delete all the nodes from the tree and reload
tree.deleteChildItems(0);
tree.loadXml(“sample_xml.xml”);
now the RADIO button functionality is FROZEN.
The UseCase:
having tree with different levels of nesting.
a - b,c,d
e - g,h,f
I enabled radio buttons with tree.enableRadioButtons(true);
its allowing me to check the radiobuttons level wise.
I am able to select in both a/e and one in b,c,d and one in g,h,f ie 2 radio button selection
To enable the single Radiobutton mode. I enabled tree.enableSingleRadioMode(true);
but when I reloaded the xml. its not allowing me to check any radio button. Its freezing.
We need to send a release.
Can you pls respond at the earliest.
Thanks
Praveen
Problem confirmed and fixed. Fix will be available as part of next build ( fixed js file was sent to your email as well )