Hi,
I have a complex object like
ID
Name
Dob
EmploymentDetailsObject
EmergencyContactObject
I want to bind this to a Kendo Grid so the ID/Name/Dob/ are the parent row and the EmploymentDetails and EmergencyContact are child rows to this parent
I return a collection of these from an API. I thought I could just bind this collection to the Grid but it doesn't seem to work?
Can I do this? What do I need to do?
Thanks