{ "mData": "DeviceNo","bSortable":true,"sWidth": "10%","sClass": "text-center", "mRender": function (data, type, full) { console.log(data); return '<a class="thickbox" title="Edit Device" href="/Phone/Edit?Id='+data+'?TB_iframe=true&KeepThis=true&height=500&width=500">' + data + '</a>'; } },//DeviceNo
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)