<sjg:gridColumn
name="id"
index="id"
title="id"
key="true"
hidden="true"
/>
<sjg:gridColumn
name="categoryId"
index="categoryId"
title="categoryId"
hidden="true"
/>
我在网格中有以下列,我想发送“categoryId”作为编辑操作的参数。有可能吗?
答案 0 :(得分:1)
您应该将editable: true
和hidedlg: true
添加到隐藏列categoryId
的属性中。另外,您应该添加editrules: { edithidden: false }