Hello!
I want to use some kind of dynamic loading using the RadTreeListView; so when the control gets loaded only the first level is loaded and when the user expands one item, its corresponding items should be loaded. Unfortunately there is no plus sign to expand when the item has not any elements yet! What I need is some kind of property, for example, HasChildren and based on that property there should be a plus sign or not. Otherwise I have to work with dummy items and I think that solution is not very clean and elegant. So I tried to use the HierarchyExpandButtonStyle but without luck - nothing is displayed when there are no child elements yet. How can something like that be achieved? Can one use the HierarchyExpandButtonStyle? Any workarounds?
A BIG, BIG thanks in advance,
Tim.
I want to use some kind of dynamic loading using the RadTreeListView; so when the control gets loaded only the first level is loaded and when the user expands one item, its corresponding items should be loaded. Unfortunately there is no plus sign to expand when the item has not any elements yet! What I need is some kind of property, for example, HasChildren and based on that property there should be a plus sign or not. Otherwise I have to work with dummy items and I think that solution is not very clean and elegant. So I tried to use the HierarchyExpandButtonStyle but without luck - nothing is displayed when there are no child elements yet. How can something like that be achieved? Can one use the HierarchyExpandButtonStyle? Any workarounds?
A BIG, BIG thanks in advance,
Tim.