开发者

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.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜