Hi,
I am trying to populate a column from a RadGridView with values from a dataset in this way:
... and I connot find the proper way for making this.
I have attached also a picture with waht I can see on the GridViewComboBoxColumn cell
Can you hel me please
I am trying to populate a column from a RadGridView with values from a dataset in this way:
Dim datListProps As New DataSet
Dim sql As string = " SELECT gala_id_val_table FROM gala_mainTable "
AdaptSql = New OleDb.OleDbDataAdapter(sql, ConPubs)
AdaptSql.Fill(datListProps, "props_table")
Me.tabelaVotRadGridView.Columns.Add(lookUpColumn)
... and I connot find the proper way for making this.
I have attached also a picture with waht I can see on the GridViewComboBoxColumn cell
Can you hel me please