Hi,
Just implemented my first RADTreeList using load on demand as I have a pretty deep and large structure. My tree will be displaying a number of distinct types of node. Some of which can have children and others never can. My problem is that at the time of populating the tree I do not seem to be able to flag that specific nodes cannot be expanded. As such the tree looks a bit messy as probably only about 30% of the nodes support expansion.
My previous toolkit from Infragistics did allow the rowcreating event to be trapped at which point you could change characteristics such as clearing the 'expand allowed' flag. Is this possible or will I have to live with the fact that the expansion indicators will be visible for all nodes?
Just implemented my first RADTreeList using load on demand as I have a pretty deep and large structure. My tree will be displaying a number of distinct types of node. Some of which can have children and others never can. My problem is that at the time of populating the tree I do not seem to be able to flag that specific nodes cannot be expanded. As such the tree looks a bit messy as probably only about 30% of the nodes support expansion.
My previous toolkit from Infragistics did allow the rowcreating event to be trapped at which point you could change characteristics such as clearing the 'expand allowed' flag. Is this possible or will I have to live with the fact that the expansion indicators will be visible for all nodes?