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
1775
XamNumericEditor When mask is appliend their is a dot being displayed - > need to remove the same
posted

HI ,

There is a .(Dot) being displayed in grid while cell is in edit mode. I am aware that .(Dot) here is a  decimal indicator however it should not be displayed, Please help me with removing the .(Dot).

Note : Mask is been used for the cell

 

Code snipet

<Style TargetType="{x:Type igEditors:XamNumericEditor}">

<Setter Property="PromptChar" Value="" />            

 <Setter Property="ValueType" Value="{x:Type sys:Double}" />        

  <Setter Property="Mask" Value="nnnnnnnnn.nnn" />                

   </Style>                                   

Regards ,

SasiKumar K