I am working with the Kendo grid in react and have an issue. My json data has several fields. One of these fields contains an array of other objects. I know how many items are contained within the array. My issues is that I don't seem to be able to specify in the <GridColumn> component the correct "field" option. I have tried field="myArrrayField[0].myNestedObject.name but this returns no results. Without modifying my data format is there a way to achieve what I am attempting? If this is unclear I can provide more information if needed. I have seen a jquery example https://dojo.telerik.com/AloSUJiq that seems to do exactly what I need, but again I am using the react component. Thanks for any help or insight you can provide.
Kevin