Datagrid Combobox

FeelingCocky

Newcomer
Joined
Jan 30, 2006
Messages
2
I have found some examples on how to put a combobox in a datagrid using a class and a tablestyle (really don't understand how this thing works). The problem I'm having is trying to reference the combobox from the form to find out what the currently selected value is in the combobox embedded in the datagrid's column.

Cheers
 
Thanks, I've seen the site and the examples. It looks like the combobox only exists when that specific cell has focus. If that's true then how can I make use of a combobox's Valuemember property. Obviously when I save to a database, I don't necessarily want to save the text rather the numeric representation of the text.
 
Back
Top