i have a JqGrid
and when I have to select multiple rows and click on a release button it need to send that columns to database. How can I achieve this? Do I have to send the data in JSON
format ?
Asked
Active
Viewed 922 times
2

Jess Stone
- 677
- 8
- 21

user429035
- 411
- 1
- 5
- 14
-
Could you explain more exactly what you want? What do you mean unter "release button"? Do you want send the information from some columns of selected rows to the web server? What should be done after receiving response from the server? The question where you should send data in JSON depends on your server components? Do you use ASMX web service on the server side, WCF, ASP.NET MVC or some PHP components? – Oleg Aug 24 '10 at 09:50
1 Answers
-1
yes, you have to use JSON or XML any format will work . You can use JSON.stringify and use $.post those rows .

paul
- 1,124
- 9
- 27
- 45