Hello,
I'm using the xamNumericEditor to display various numbers in a xamDataGrid.
For some of these fields I'm changing the properties IsEnabled and IsReadOnly according to user permissions.
Would it be possible to display a non-numeric value when the editor is disabled, to indicate, that the field isn't writeable?
For example I would like to display "-" in the editor. Maybe using a ValueConverter?
Hello Christian,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Hello Stefan,
I haven't got this working yet. The post you referred me to, doesn't resemble my problem very well.
What I'm trying to achieve is as follows.
A xamNumericEditor that is disabled/ReadOnly and has a text that indicates, that the editor inaccessible.
I know that I can disable the editor, so the user can't select it. This however, isn't very intuitive, in my opinion.
Could you provide me with an example of this?