Accessing all the columns in a GridViewMultiColumnCombo in a Grid. That's a mouthful, right?
The issue is this - I have a grid, and in the grid I have a MultiColumnCombo. Once the user selects an item in the grid I need to access the other columns in the MultiColumnCombo and use that data to populate other columns in the grid.
The code sample below gives a simple example of how to do just that.