VB.NET adding a databound combo box column to a datagridview
This has caught me out a couple of times now so it’s definitely worth mentioning, if only for my own memory!
Here is the vb.net source code to add a databound combo box column to a datagridview. The line of code which is important here, and is the one that always catches me out is the DataPropertyName property of the combo box.
Recent Comments