Hi,
i have some Problems with XamNumericEditor.
For example i have a Mask like: "nnn.nnnn". Now if i have a value double d=123.45, in my Editor the value is 123.4500. Is it able to delete the last two zeros? Can i do this withe some settings in XamNumericEditor?
With best regard from Gernany
Christian
Hello Christian,
Try using # where you want the digit placeholder not to be required. "n" is a required placeholder so that is why it is filled with 0s if there if empty.
Hi Alex,
that´s not what i want. If i use "#" in my mask(###.####), the value double d=123,45 looks like this in my editor: _123.
My Problem is, all values are from database and i dont know the values. I crate a Mask with some datas from database. My mask is autogenerated for max fileldlength in database. I only don´t want to see the zeros at the end of the value.
Is it possible to create a converter for this problem?
With best regards from germany