In the past when I've used jqgrid all i have done is had a static web service and the grid loads as the page does. Now I need to have a form that i want to send values from to the service, and the results need to be in the grid.
I'm struggling with a couple of things -
- How do i format the url function in the grid to send parameters with it, in the past i have got away with just
url: 'JsonData.asmx/GetData
- How do i actually call the update method of the grid from a button?
I'm writing the web app in c#, dotnet 4
Thanks Luke