BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
queryCellInfo: function (args){
if(args.column.field == "Code" && args.text.length == 1)
$(args.cell).text(0 + args.text);// this for display purpose only
}, |