I found the solution. I don't know why it took so long to figure this out. For future reference. When using the below code, the value is not the selected index value, like I was trying to use, but the values in the valuemember the datagrid combobox is bound to.
dgv.Rows(0).Cells(0).Value
Main Topics
Browse All Topics





by: GLoadPosted on 2009-01-11 at 21:26:47ID: 23351273
I usually go for using a datalist or a repeater for these sorts of things as they give you much greater control over the generated controls in each row. There might be a way to do it, but i think it would be a little trickier than just using a repeater...
For the repeater example, i've shown a sample below
Select allOpen in new window