G
Guest
Hi newsgroup
i definitely need some help on this issue:
I added a combobox in a datagrid. After updating the value in that combobox
I want to trigger further processing. To catch the update event I defined a
ColumnChanged event for the datagrid. Everything seems to work fine except
this:
The value the system uses for the event argument in e.ProposedValue(ByVal e
As System.Data.DataColumnChangeEventArgs) is the display member of my
combobox which makes no sense of course, as I need the value member.
Any help will be appreciated.
Thanx in advance
Markus Hilf
i definitely need some help on this issue:
I added a combobox in a datagrid. After updating the value in that combobox
I want to trigger further processing. To catch the update event I defined a
ColumnChanged event for the datagrid. Everything seems to work fine except
this:
The value the system uses for the event argument in e.ProposedValue(ByVal e
As System.Data.DataColumnChangeEventArgs) is the display member of my
combobox which makes no sense of course, as I need the value member.
Any help will be appreciated.
Thanx in advance
Markus Hilf