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.