Hi,
I am using xamTree control in my silverlight4 applicatiion I want to bind data to xamtree control.
It only binds nodes upto 600 and after that children nodes are not displaying.
Is it the limitation of xamTree control or need to look into the code.
Urgent reply appreciated.
Thanks!
Hi Peter,
Thanks for your response,
Actually I would more interesting in knowing about the hierarchy levels.
Please refer treeview structure on this site:
"http://blogs.msdn.com/b/carloc/archive/2007/05/23/broken-line-in-asp-net-2-0-treeview-in-ie-7.aspx"
Something like this I want. But I can only drill down upto 6 levels that is a issue.
Thanks
Sanjay
Yes I do require solution on this.
Thanks,
Hello,
I am just checking if you got this worked out, or you still require any assistance, or clarification on the matter.
Hello Sanjay,
Excuse me for the late reply, I have been investigating this and there doesn’t seem to have been any such complaints before, this is why I created small test sample in which I could add a couple of thousand child nodes. I can only assume there is something in your sample that interferes with updating the collection, however I will need to look into it in particular to try and find what is causing this.
Looking forward to hearing from you.
Sorry for late reply,
I am using MVVM pattrern with PRISM architecture.
I have a node below that I have to display say 10K child nodes I cant just click on expand and wait till time out to come. To avoid this I am adding "More.." node after say displaying 10 child nodes and when user clicks/expands on "more.." node next 10 childrens are displaying. now the question is I can do this only upto 6 times I have tried to change the number of records from 10 to 5 but same case with that.
looking forward more hearing from you.