I have a infragistics ultragird.
I need to set in a cell a custom object value but to display the Text an other one. Then, when I will navigate through this grid, I need to obtain the set object values, but user should see the corresponding text.
Say, I have as value an enumeration, and the user see in the cell its description attribute.
Is it possible? How?
Finally, As I didn’t find a way to mix a string and a “object” in the same cell, I ended up to have hidden columns for real values (objects), and visible columns for that object’s description.