I am using an Infragistics grid and combo box. I have a table of
information that I would like to edit that has a foreign key in it. I
would like to show the user friendly description in the grid, then when
the user clicks on the grid, the the value can be changed through the
combo box. This combo is not one of the in grid combos, it is a
seperate one on the form. One of my requirements for these data entry
forms is that in-grid editing of data is not allowed. What is the
easiest way of doing this. Most of the examples that I have seen are
geared toward the in-grid combo box, not a seperate one elsewhere on
the form.

Re: Question about Infragistics Grid and combo box by Ron

Ron
Wed May 18 07:49:30 CDT 2005

Jeremy,
I'd suggest asking this question in one of the Infragistics support
groups. Infragistics.dotnet.wingrid on news.infragistics.com would be your
best location for this question.
This seems to just require changing the combobox value as appropriate
when a row is selected and then when the combobox value changes writing its'
value back to the appropriate Cell's Value in the selected row in the grid.
You can show a description instead of a value by using a ValueList for the
appropriate cell.

Ron Allen
<jeremy.mitchell@gmail.com> wrote in message
news:1116334541.518548.82390@f14g2000cwb.googlegroups.com...
>I am using an Infragistics grid and combo box. I have a table of
> information that I would like to edit that has a foreign key in it. I
> would like to show the user friendly description in the grid, then when
> the user clicks on the grid, the the value can be changed through the
> combo box. This combo is not one of the in grid combos, it is a
> seperate one on the form. One of my requirements for these data entry
> forms is that in-grid editing of data is not allowed. What is the
> easiest way of doing this. Most of the examples that I have seen are
> geared toward the in-grid combo box, not a seperate one elsewhere on
> the form.
>