Hi,
I'm displaying an integer in a grid, which has 6 digits (always 6 digits), and i would like to change the order of the digits with a mask.
For example, i have the value 123456, and i would like to display for this value 561234 without change the value.
Is this possible?
Hi bakonu,I am just checking your progress on the issue.If you require any further assistance, please do not hesitate to ask.Best regards,Milana Zhileva
Hi bakonu,In order to achieve this functionality, you could use the ValueToDisplayTextConverter property of XamMaskedEditor, where you could provide a custom converter, implementing the logic for the order in which you want to display the digits.
Please refer to the following link for more information on the ValueToDisplayTextConverter property.Please let me know if I could be of further help on the matter.Regards,Milana Zhileva