I am using JQgrid in ASP.net MVC web application .
I was able to add a new columns of buttons named edit by using formatters
But, the problem is i was not able to get the value of a column in a row for which the button is clicked.
For example, if i click button edit ( new added) on 4th row, i would require to fetch the value of first column of that particular row.
i need this beacuse i want to redirect to another page with that value and do the edit there.
I was not able to fetch that value and add javascript to it.
Please help on this with any code samples..