Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1120
set numerical data 's decimal.
posted

 

 

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" />

Parents
No Data
Reply
  • 69686
    Suggested Answer
    posted

    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.

Children
No Data