Hi, I'm using VB.net and would like to add a combobox to the sfDataGrid as the first column. The sfdatagrid datasource is a datatable.
I need the value displayed in the combobox to be the value from a column in the sfDatagrid, but would like the dropdown values to be from a differnet datatable? I have tried everything and can only populate the combobox with a value from a sfDataGrid cell if i add the combobox at the end. But i cannot find how to populate the dropdown with items from a different datatable.
Thansk, Martin