Datagrid and ComboBox from id in row

  • Thread starter Thread starter Marius Traelnes
  • Start date Start date
M

Marius Traelnes

Hello!

I want to fill a datatable with an unique id and show a combobox based on
that
id, like this:

id combobox
1 value1;value3;value4
2 value5;value6;value7

It's no problem to add a combobox to the datagrid but the problem is binding
different
values from row to row. Does anybody know how to do this or could point to a
sample?

I've been searching samples and newsgroup for this but it seems not to bee
an issue.

I've looked into all the "common" samples.

mvh,
Marius
 
* "Marius Traelnes said:
I want to fill a datatable with an unique id and show a combobox based on
that
id, like this:

id combobox
1 value1;value3;value4
2 value5;value6;value7

It's no problem to add a combobox to the datagrid but the problem is binding
different
values from row to row. Does anybody know how to do this or could point to a
sample?

If you don't get an answer here, you may want to post to this group:

NG for Windows Forms + databinding:

<
 
Back
Top