Re: Datagrid combobox woes.
First things first: is it really a DataGrid, or is it actually a DataGridView? If you're creating a WinForms app in VS 2008 then the default should be a DataGridView. It's important to always use the proper names for things to avoid confusion because the answer would be different for each. If it really is a DataGrid, is there a particular reason that you're using it in preference to the generally superior DataGridView?
Re: Datagrid combobox woes.
Apologies, it is a datagridview.
Re: Datagrid combobox woes.
Hope this link will give you a direction to start....
http://bytes.com/topic/net/answers/6...ta-grid-vb-net
Re: Datagrid combobox woes.
Thanks for the link, I'll have a look and post back here with how i got on.
Any other suggestions are still welcome though. :)