Search Results

0
votes

Is it possible to bind complex type properties to a datagrid?

The way that I approached this in a recent application was to create my own DataGridViewColumn and DataGridViewCell classes inheriting off of one of the existing ones such as DataGridViewTextBoxCol …