D
dee
Hi,
i have a price like 13.10 or 13.00
When i add this to dataTable , then bind this to the datagrid i get
13.1 and 13
i am loosing the trailing zero on the datagrid , is there a way to get
the zeros back. I think this is possible with a table style but is
there a simpler way before resorting to that . I tried rounding the
number decimal.round , this doesnt have any effect , its changing it
in the datatable.
David
i have a price like 13.10 or 13.00
When i add this to dataTable , then bind this to the datagrid i get
13.1 and 13
i am loosing the trailing zero on the datagrid , is there a way to get
the zeros back. I think this is possible with a table style but is
there a simpler way before resorting to that . I tried rounding the
number decimal.round , this doesnt have any effect , its changing it
in the datatable.
David