ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: 54696d20 on October 26, 2016, 07:40:04 pm
-
I've been looking for instructions on how to implement http://paramquery.com/demos/filter_local into my project (C#, ASP.NET 4, WebFrom, Gridview). Currently binding the data into a gridview. I've been learning how to use the project; however, the link shows an example of an mvc project. Looks like i'll have to use a [WebMethod], but still looking into it.
Thanks for the help in advance.
-
Maybe someone can help with this. url: "/pro/customers/get" What format is the method passing back?
I'm guessing something like
[[1, 'Exxon Mobil', '339938.0', '36130.0'],
[2, 'Wal-Mart Stores', '315654.0', '11231.0'],
[3, 'Royal Dutch Shell', '306731.0', '25311.0'],
I'm trying to work out the array, but a little stuck at the moment
Thanks for the help
-
The format of live data can be checked by opening the url: http://paramquery.com/pro/customers/get
-
Thanks. Do you know where I can find instructions on setting this up on a webforms project, not MVC? I have the pro version and It's not working at the moment. Going to trying something else