I build the Radtreeview with child items, using the load on demand event to load the child items and it works for fine.
The problem here is for every child item there is expand sign but there is a point there are no child items for a parent, in that case for the child items I don’t want show the expand sign. How can I achieve this ?
I found the answer there is a property called IsLoadOnDemandEnabled and set this property to false on ItemPrepared event.
and in the xaml.cs
for reference
http://www.telerik.com/help/wpf/radtreeview-features-load-on-demand.html