jqgrid
在edittype:custom的时候
能不能返回一个jqgrid对象?
colModel: [{ name: "Remark", label: "备注", editable: true, edittype: "custom", editoptions: { custom_element: myelem, custom_value: myvalue}}];
function myelem()
{
var myTb = document.createElement("table");
var myDiv = document.createElement("DIV");
myTb.id = "myChild";
myDiv.id = "pager1";
return $(myTb).jqgrid({....});
}
这样不行啊。
我现在在编辑grid的编辑页面加一个jqgrid,好像不允许这样做?
------解决方案--------------------
能返回的 这要你在后台自己写代码 生成
------解决方案--------------------
看贴回贴
是一种美德
帮楼主顶是一种义务.