I am using a gridviewcomboboxcolumn to select a transaction code. Because the description of the code may be fairly long, I would like to display the Code and Description in the Dropdown in Edit mode (e.g. 0110 Long Description) but when it is in Display mode I would like only the Code to show without the description (e.g. 0110). (The ID of the transaction is saving perfectly to my MVVM model right now so this is a display issue only.)
thanks!
thanks!