I have a jqgrid and on button click I just want to send two column values instead of sending the whole values…how can I achieve is using getRowData ….any suggestion will be appreciated..
Thanks!
I have a jqgrid and on button click I just want to send two
Share
Probably the method getCol can halt you mostly. If one from the columns which you want to send is the column with
id(key:true) then you can receive data which you need with one call:If no from the columns has
key:truein the column definition you should make two calls:Then you can combine the data or set there separate as two parameters: