DatagridviewCombo Box with Name Value List

DatagridviewCombo Box with Name Value List

Old forum URL: forums.lhotka.net/forums/t/1131.aspx


RichardW posted on Tuesday, September 05, 2006

I cannot get a combox box in a datagridview (Net 2.0) to work correctly using my NVL object using CSLA 1.5.

I try:

With Me.GridComboBox

.DataSource = NVL.GetList.BindableList

.DisplayMember = "Value"

.ValueMember = "Key"

End With

Thanks Richard

Copyright (c) Marimer LLC