Hi,
I have a situation where I have Object1 which can hold Many Object2 and Object2 can again hold multiple Object3.
I have a
ObservablecClass
of Object1.
My Object1 has a ObservablecClass of Object2 and Object2 has a
ObservablecClass
of Object3.
I need to display these data on a SfDatagrid on a winform c# application. Do you have any working example for the same on how can I achieve this ?
Thanks,
Amit