Hi,

i am trying to customize the databinding process of the DataGridView
control. I know, that i can control the type of cell created when
the DataSource property is assigned via the DataGridViewColumn. But how
can this be achieved on a cell basis, this means, if i assign a IList or
whatever to the DataSource property, is it possible to Control the Type
Of Cell created on a per-row basis? So, are different cell types per
Column possible in DataGridView without having to do the whole
databinding all by myself ?

Thanks in Advance
Philipp