I cannot seem to be able to display a negative value in the grid. Is there something simple I am missing?
The field type is a numeric field in Sql Server 2000.
What I currently have:
<telerik:GridBoundColumn HeaderText="Total Amount Due" DataField="TOTAL_AMOUNT_DUE" DataFormatString="{0:c}">
</telerik:GridBoundColumn>
The field type is a numeric field in Sql Server 2000.
What I currently have:
<telerik:GridBoundColumn HeaderText="Total Amount Due" DataField="TOTAL_AMOUNT_DUE" DataFormatString="{0:c}">
</telerik:GridBoundColumn>
