I find when I click decimal point, the point won't display in XamMaskedEditor. Then if I input a number, the decimal point display. I want to know how can I see the decimal point when I input it. The Mask for the Editor is "{double}". Following is my xaml code.
<igEditors:XamMaskedEditor x:Name="PART_FocusSite" Value="{Binding RelativeSource={RelativeSource Mode=TemplatedParent}, Path=Cell.Value, Mode=TwoWay, UpdateSourceTrigger=LostFocus}" ValueType="{x:Type system:Double}" DisplayMode="Raw" DataMode="Raw" PromptChar="" Padding="4,2,3,2" HorizontalContentAlignment="Left" VerticalContentAlignment="Center" Mask="{x:Static local:GridControlCell.DoubleMask}">
Hello lishengjie,
If you need any additional assistance don’t hesitate to ask.
Thank you for the smaple. In our latest service release we have changed the behavior of the XamMaskedEditor, so now by default the decimal point is shown all the time. You can download our latest service release from the tag "My Keys and Downloads" on our website:
https://es.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads
Please let us know, if you have any further questions or concerns about this.
Hello,
Sorry for reply so late. I attatch a project which use 10.3.20103.2018
If you still need any assistance on the matter do not hesitate to ask.
Can you provide us a small sample which reproduces this behaviour.
Also, which is the exact version that you are using?
Regards,
Anastas