Hi.
I using my own style for XamNumericEditor in XamDataGrid:
<Style TargetType="{x:Type igEditors:XamNumericEditor}">
<Setter Property="Mask" Value="nnn.nnn"/>
<Setter Property="PromptChar" Value=" "/>
</Style>
When a user trying to enter some number, for example "12,456", he enters "1", then "2", then ",". But at this step he does not see a comma. When the user enters "4" he sees that there is a comma and number 4.
What I need to do to show comma when the user enters it?
I need positive numbers only.
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
I tried different masks but comma does not shown when i press button ","