Hi team.
My Grid works just fine.The only problem i have encountered is that i didnt find how to apply the cellsformat in custom cellsrenderer.Below is my code.Any help is appreciated.Thanks in advance.
{ text: 'Balance',datafield:'balance',width:'7%',cellsformat:'d2',cellsalign:'right',align:'right',
cellsrenderer: function (row, columnfield, value, defaulthtml, columnproperties) {
return '<div style="overflow:hidden;text-overflow:ellipsis;padding-bottom:2px;text-align:right;margin-right:2px;margin-left:4px;margin-top:4px;float:'+columnproperties.cellsalign+';">' + (value) + '</div>';
}
},
with Best Regards
Rahis ARM