Hi,
I have a multi-column dropdown within a grid as so:
How can I change the datasource for the dropdown later on in code,
as
I have a multi-column dropdown within a grid as so:
Dim col As GridViewMultiComboBoxColumn = New GridViewMultiComboBoxColumn()col.DataSource = myLibrary_Consultantscol.DisplayMember = "Initial"col.ValueMember = "Initial"col.Name = "Cons1"RadGridView_ContactLog.Columns.Add(col)How can I change the datasource for the dropdown later on in code,
as
RadGridView_ContactLog.Columns(0)... doesn't have a datasource property?
Thanks
Terry
