开发者

Jquery-JQGrid-ASP.NET MVC-3

开发者 https://www.devze.com 2023-03-12 18:27 出处:网络
Does anyone has idea ho开发者_如何学JAVAw to capture the selected rowid in jqgrid and pass it to other controller?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消