Hi, can anyone help with the following;
I’m a VB.NET user with a Windows Form containing a WinComboBox added via the designer.
When I set the datasource to a working dataview (tested via the GridControl), the dropdown does not display anything; although it does display blank rows. It also does (null) as the value of the combo.
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
With Me.WinComboBox1
.DataSource = Netdec.XBaseCore.main.storage.getDataView(“leas”)
Me.GridControl1.DataSource = dv
.DropDownControl.HeaderRows.Add(New Xceed.Grid.ColumnManagerRow)
End With
End Sub
Cheers
Kev
Imported from legacy forums. Posted by Kevin (had 2172 views)