Jquery-JQGrid-ASP.NET MVC-3
Does anyone has idea ho开发者_如何学JAVAw to capture the selected rowid in jqgrid and pass it to other controller?
Thank you
You can implement onSelectRow(rowid,status) event handler wich will be always called if the row will be selected or unselected. So you will have the rowid
of the row which you need and can call any other controller using the rowid
as a parameter.
精彩评论