Define a grid without template

Hi:

I am trying to build a grid from a json, the problem is the format of the json, it changes and have diferent fields. Is it possible to define a grid what displays the full data of the json, without having to enter all the columns in the template?

Thank you so much, and sorry about my english

Hi,

you can preload data for grid using dhx.ajax(), parse the result and define grid columns depending on the values you’ll get.