I have a JqGrid that a i want to populate with Json data that is served by an ASMX web service. Tha ajax call to get the data should be made based on info entered by user in a form. How i can configure jqgrid to do that?.
Asked
Active
Viewed 1,285 times
1 Answers
0
Calling ASMX from JQuery post on SO should do it for you.
Have you looked at this documentation??

Community
- 1
- 1

Perpetualcoder
- 13,501
- 9
- 64
- 99
-
I can return Json data from an ASMX, but i do not known how to bind it to the jqGrid. – Juan Oct 14 '09 at 12:00
-
updated the reply with link to documentation. examples are in php/cf but you need to take it from the place where you get the JSON – Perpetualcoder Oct 14 '09 at 15:42