Hi Support,
Can the TreeListView bind to the new RadDomainDataSource control? I ask because I am trying to bind it and all I get is the top tier of items in my collection.
XML looks like this;
ddsCommentActivities is my RDDS. I'm returning a List<TreeviewHierarchy> which looks like this;
I feel this list with data, right now testing four levels deep meaning, one parent->child->child->child. I would think I would see the TreeListView control displaying the data but it only shows the "parent" and no drop down selector. Am I doing something wrong?
Thanks in advance!