Categories | Question details Back To List | ||
TreeGrid slow reflection of kids branches 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? Answer posted by Support on Feb 20, 2008 06:12 Please be sure that response XML contains correct top level ID <rows parent='some_id'> ... </rows> 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. |