0

clientArray在这段代码中看到

 if (id && id !== lastSel) {

                        grid.saveRow(lastSel, true, 'clientArray'); 

                        grid.jqGrid('restoreRow', lastSel);
                        grid.jqGrid('editRow', id, true, null, null, 'clientArray');
                        lastSel = id;
                        //}  
                    }

什么是 aclientArray以及如何访问数据clientArray

谢谢你的帮助。

4

1 回答 1

1

写这段代码的时候

grid.jqGrid('editRow', id, true, null, null, 'clientArray');

数据不发送到服务器,只是在网格中处理数据

于 2012-09-03T14:42:54.640 回答