I wonder whether there is a converter for CellValuePresenter to convert value to display text.
I don't want to use the converter in Field, because I need to get record information when I do convertion.
Thanks
Hello Shengjie,
I have been looking into this and I assume you want to use a converter of your own to covert the value to display text. The CellValuePresenter actually uses XamEditors for that job. I can suggest you create a Style for the specific Field’s EditorStyle property. You can then add a Setter setting your converter to the ValueToDisplayTextConverter property.
Please let me know if I had misunderstood you or if you require any further assistance on the matter.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support
Thanks, it works.