Hi,
I want a XamNumericEditor to display nothing (like when has no value) when value=0. How can I do it?
(The editor is a column in a XamDataGrid)
Thanks.
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I set a Converter to the XamNumericEditor ValueToDisplayTextConverter and if the value is 0 I returned “Nothing”. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.