We have some problem with your component
i assign kidsXmlFile as
mygrid.kidsXmlFile = “UserAuditeeTreeGenXML.aspx”;
when i click - open brench - every things good and this file is fill with xml data but brench doesnt reflect this brench will reflect only when i click other branch.
how i can resolve this problem?
Please be sure that response XML contains correct top level ID
…
where ID - id of element for which list of childs loaded.
If ID not specified or specified incorrectly, data will be ignored or attached to incorrect branch of tree.
Please beware that loading is async. , so it may really take some time in case of slow connection.