阅读背景:

如何在JqGrid内联编辑中处理来自MVC控制器的错误

来源:互联网 
     onSelectRow: function(id) {
                         if (id && id !== lastsel<%= count %>) {
                             $j(gridName).restoreRow(lastsel<%= count %>);                               
                             $j(gridName).editRow(id, true);                                 
                             lastsel<%= count %> = id;
                         }                       
                     }
     onSelectRow: function(id) {
              



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: