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.
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.