Hi
I have a xamgrid to which I want to apply the various number format settings available for the xamdatagrid. For eg. I want to display my double value by rounding it to 3 decimal places. How can this be done?
Thanks,
Chev
Hello Chev,
I have been looking into your question and you could set the ‘FormatString’ property of the desired column to the desired format like e.g.:
<ig:TextColumn FormatString="{}{0:.###}" Key="BasePrice"/>
Let me know, if you need any further assistance on this matter.
Thanks. THis helps.
Hi Ranjith,
Thank you for your feedback. I am glad that you have managed to resolve your issue.