Hi,
I used RadTreelist on my web forms with load on demand functionality to bind a lot of items. It works fine except one issue.
When i expand from 1st to 3rd level, it's fine. But when i try to expand 4th level item, child item of 4th level doesn't appear correctly.
If 4th level item has 10 child items, when i expand the 4th item, just appear 1~2 child item only.
I checked http://demos.telerik.com/aspnet-ajax/treelist/examples/databinding/loadondemand/defaultcs.aspx demo page. But i can't find 5th level items or more.
How can i fix it? Please help me.
Thanks.