ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: Pwavel on January 11, 2014, 05:58:33 pm
-
i want to call a c# web service method that returns a datatable and display that datatable data in paramquery grid.How can i do this?
-
Create a REST web service which returns data in the format described here.
http://paramquery.com/api#option-dataModel-data
and assign it to dataModel as shown in this example:
http://paramquery.com/demos/grid_JSON