ktoole
02-16-2010, 08:32 AM
Two questions:
1) How can I use autogrid and have it create the columns (column model) automatically from the Json passed in. I found several examples of dynamic grids, but they all pass in the "results:" as the data and the structure for the fields or column model as "metaData:". I don't want to create .js files for each of the files I want the users to be able to enter data into, especially since I want them to be able to add fields to these files.
2) How can I use autogrid to allow the users to edit the data in the grid that gets created? Maybe if the first problem is resolved I can get this to work too with plugin's I found.
Thanks for any help.
1) How can I use autogrid and have it create the columns (column model) automatically from the Json passed in. I found several examples of dynamic grids, but they all pass in the "results:" as the data and the structure for the fields or column model as "metaData:". I don't want to create .js files for each of the files I want the users to be able to enter data into, especially since I want them to be able to add fields to these files.
2) How can I use autogrid to allow the users to edit the data in the grid that gets created? Maybe if the first problem is resolved I can get this to work too with plugin's I found.
Thanks for any help.