Hello,
I'm used to work with TreeView in WPF and typically, when you need to have specific behavior for different nodes (for exemple, a folder, a file), you can use HierarchicalDataTemplate. It also seemed to be the case with syncfusion.treeviewadv. But I can't find how to set it up on SfTreeGrid. In TreeViewAdv, you can use syncfusion:TreeViewAdv.ItemTemplate but it's nowhere to be found in SFTreeGrid. Is it supported?
I've seen the IValueConverter, but I wasn't sure if it was intended as a full replacement for datatemplate.
Thanks,
Mathieu