使用此Jquery插件 http://www.trirand.com/blog/jqgrid/jqgrid.html
你好:
编辑单元格内容(查看 演示在 http://www.trirand.com/blog/jqgrid/jqgrid.html 不起作用)。不确定是否编辑了 细胞是可能的。
隐藏行
由于
答案 0 :(得分:1)
确实可以编辑单元格。
例如我有一行定义为
{name:'Weather', index:'weather', width:150, align:'center', editable:true, edittype:"select", editoptions: {value: "--:Unknown;-1:Rainy;1:Sunny;100:Cloudy;0:Clear"}},
jqgrid中有像saveCell和editCell这样的方法,你也可以调用。有关更多信息,请参阅:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing