proposedValue contains displayMember instead of valueMember

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Markus,

There is no standard combobox for a datagrid, I myself use two inherrited
types depending if I need relations or not. Therefore it is in my opinion
very difficult to give help in a newsgroup about your question.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top