Hello,
I use the XamTreeGrid Control in my project.
I would like to load children when I expand the node parent.
I saw no property or method that allow myself to doing this.
For example the TreeView Control have a event that can do this : TreeViewItem.Expanded="SearchTreeView_Expanded"
Do you have a solution ?
Thank you
Thank you. I am glad you can use it in your scenario.
Hi
It's Works
Thanks you for your help
Hi pierrick bellarbre,
You could hook up to the RecordExpanding and RecordExpanded events and add your logic for loading child records when expanding a parent record.
I have created a sample project for you so you could have a look.
Please let me know if you have any other concerns on this matter.