Hi all,
I am unable to get around this situation, and need some suggestions...
There is a RadTreeView, which I am filling at runtime wtih some TreeNodes. These Treenodes have some extra controls added to them, and it all comes up fine in the first go. Hoiwever, If I add more nodes to the same treeview, the previously added nodes loose their control collection, and only the newly added nodes have the controls to them... New nodes are being returned to the page through a callback.
I dont understand, why on a callback the nodes are loosing their controls collection, if they are, why just the contorl collection?
Please help me figure this out or fix this....