I have the following grid, the numerical data is display with 2 decimals. How can I set decimals I want in the xaml?
<igDP:XamDataGrid Grid.Row="1" Name="xamDataGridAnalysis" DataSource="{Binding Path=AnalysisData}" xmlns:igDP="http://infragistics.com/DataPresenter" />
Hello,
Take a look at this thread in the forum
http://community.infragistics.com/forums/p/22028/80208.aspx#80208
You can also see here the mask property of the Editors and set the decimals.
Hope this helps.
Alex.