Hi,
I set a ValueToDisplayTextConverter to all my XamNumericEditor and I try to retrieve it programatically from the cell, but I can't find any path to it. Anyone knows if it is possible to do it?
Thanks
The converter is just a public class outside the XamDataGrid that implements the IValueConverter interface. Can't you just create a new instance of that class?