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?.
A:
Calling ASMX from JQuery post on SO should do it for you.
Have you looked at this documentation??
Perpetualcoder
2009-10-13 18:11:44
I can return Json data from an ASMX, but i do not known how to bind it to the jqGrid.
Juan
2009-10-14 12:00:32
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
2009-10-14 15:42:18