Combox in datagrid

lamnic

Member
Joined
Apr 11, 2006
Messages
6
Programming Experience
Beginner
Hi,

I got a datagrid that is an extended version of VB.net built-in datagrid which can support combox in the cell.

After binding the combox to the datagrid and setting the ValueMember and DisplayMember for the combox. In order to get the ValueMember value, we can use the datagrid.Item(rowIndex, columnIndex). However, I wanna know is there any method so that I can get the DisplayMember value instead of ValueMember value.
 
Back
Top