I have a form with 2 grids. The first grid is for members. There is one row for each member. The second grid is for questions posed to each member. There is one row per question. When the user clicks on a row in the member grid, I display the questions for that member. That works fine. If I click the next member in the grid, then the right questions display in the questions grid. That works fine.
The problem is that 2 of the columns in the questions grid are drop downs. In my UltraGridBindingManager I have set it up properly so that the fields are using the UltraComboEditor and the relationships are defined between the questions table and the responses table. But when the responses column is displayed it shows model.Response in the cell. When I click in the cell and the dropdown appears the responses appear in the drop down correctly.
Bill