Hi people,
Is there a way to get some kind of informations on a tree between parent and child ?
I mean, if i got a tree and have selected some item in some child element and modify it values i wanna have on parent some icon or info to know that this parent contain a child modified.
Treeform:
Parent Item
=========> Child 1 : values = City :Toronto
=========> Child 2 : values = City :Paris
=========> Child 3 : values = City :NY
Then if i modify child
Parent Item (1) for "one change" Or an Icon Or change font color
=========> Child 1 : values = City :LA
=========> Child 2 : values = City :Paris
=========> Child 3 : values = City :NY
Thank you all