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
580
Xamdatagrid field allow only decimal values
posted

I Created the xamdatagird in my case the column are not static it’s dynamically generated in that how can I set all cell are allowed only decimal value I am using MVVM approach it’s there is any way to set that in the View design page itself I saw few post in infragistics there they are directly mentioning the Filed value for example

<igDP:Field Name="pct" Label="Passing %">               

<igDP:Field.Settings>                 

<igDP:FieldSettings EditAsType="{x:Type sys:Double}" />               

</igDP:Field.Settings>             

</igDP:Field>

 In my case it’s not possible because the fields are generated dynamically how I can get this ,I attached the sample project also

XamDataGridSampel.rar