Is there a way to pass the current data record to a converter within the XamMultiColumnComboEditor
What I am trying to accomplish is:
Dataset contains "Name", "Id", "Status"
I only want to display "Name" and "Id" fields, but I would also like to change the display value of "Id" if "Status" is of a certain value.
Hello Patrick,
Thank you for contacting Infragistics.
1. The editor has an AutoGenerateColumns property that needs to be set to False if you wish to add certain fields aka columns to to visualize.https://es.infragistics.com/help/wpf/xammulticce-adding
2. Within these columns, you've added to the layout, you can add a style (targeting CellStyle) to change the value. This was previously explained here:https://es.infragistics.com/community/forums/f/ultimate-ui-for-wpf/110520/ivalueconverter-in-a-xammulticolumncomboeditor-textcombocolum
Let me know if you have any questions.