Hello,
I want to use the render function, Coll value=undefined
var colM = [
{ title: "#",render: function (ui) {
var rowData = ui.rowData;
return ""+rowData[2]+"";
//return "<a Onclick=\"Popup('Ceki_Fason_Giris.asp?cekino="+rowData[1]+"')\"><img src='img/i16/0.png'/>"+rowData[2]+"</a>";
}},
{ title: "ID", dataIndx: "ID", width: 100 },
{ title: "Ceki No", width: 180, dataIndx: "CEKINO" },
{ title: "Order No", width: 140, dataIndx: "ORDERNO" },
{ title: "Model", width: 140, dataIndx: "MODEL", editor: { type: 'select', options: ['US', "India", "China"]} },
{ title: "Musteri", width: "170", dataIndx: "MUSTERI", editor: { type: 'textarea', attr: "rows=3 cols=40"} },
{ title: "Tarih", width: "170", dataIndx: "TARIH", editor: { type: 'textarea', attr: "rows=3 cols=40"} },
{ title: "Sevk Tarihi", width: "170", dataIndx: "STARIH", editor: { type: 'textarea', attr: "rows=3 cols=40"} }
,{ title: "B1", width: 10, dataIndx: "B1",hidden:true}
];