In VB .Net datagrid columns can be set to textbox or a check-box(boolean) as follows
Properties--> TableStyles
-->DatagridTableStyle-
-->GridColumnStyles --> ADD
(DatagridTextBoxColumn OR
DataGridBooleanColumn)

I am required to have any other control such as say drop-down combo OR a Image/picture etc. to be available in datagrid column/cells. Can any one help me out in this?

My email is [email protected], [email protected]

Thanks