ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: cody on July 05, 2013, 02:39:04 pm

Title: Converting table data into JSON format
Post by: cody on July 05, 2013, 02:39:04 pm
I have used paramquery grid to display a table. The problem is that I could not convert table data into JSON format.
I have been able to extract table data into a textbox but applying add, edit or delete of other data, the changed data is not
shown in json format. I have been using the paramquery grid in one of my Ruby on Rails application.
Hope for some help.
Thanks in advance :)
Title: Re: Converting table data into JSON format
Post by: paramvir on July 06, 2013, 05:31:06 pm
JSON handling has been simplified in version 1.1.3


Grid data is stored in dataModel.data which you can choose to be either array or JSON format.