I am new to jqgrid, in my edit form contains few non editable fields and few editable fields. If I want send to only selective fields to server to update how to do that. ??
How to send all the params as object because in server method it’s difficult to write all the params in list.if I have 10 params it’s difficult to write..
Updatedata(string param1, string param2,string param3....string param10) { }