lamnic Posted April 12, 2006 Posted April 12, 2006 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.