Hi, I have a problem in my Grid with format in cell in my Grid.
I want to get format like this: 0,00 and 1150,00 and 550,55.
But.. my grid doesn't display 0.00 values and format another's columns is incorrect for me.
In database this value is in decimal format.
I attach screenview.
I was trying this way but it doesn't work:
<script>
function dataBound() {
for (var i = 0; i < this.columns.length; i++) {
this.columns[5].format = "00,00";
}
this.refreshColumns();
}
</script>
P.S This grid is in EDIT view. (it is in EditMode.Normal)
Attachment:
amountttScreen_81f36dba.7z