I have an Infragistics Wingrid with 2 columns. The first column is using a ValueList of "Codes", the second column is using a ValueList of "Names" :
001 John
002 Mary
003 Jane
All I want to do is, when the user selects a Code from the valuelist, the Name value should change to match the index of the Code and vice versa so that selecting Code 002 causes Mary to appear in column 2 and selecting Jane in column 2 causes code 003 to appear in column 1.
I can't work out how to do this.
Start Free Trial