Kendo UI Grid with dynamic columns and random data showing JSON objects as [object Object]
问题 The data is random and I cant predict the columns. I read data from remote and display it on the grid. I get json objects as [object Object] in Kendo UI Grid, How can i visualize it or is there any way to show a detail view of a cell in a Kendo grid ? I think it would solve the issue if I can insert a treeview of JSON Object in those cells. 回答1: The problem is that your Address is a complex object, so you need to tell kendoGrid how to display it. For example, I have a complex object Connected