Im hoping to get the position of a cell in a datagridview so that I can position a combobox over the cell on the cellEnter method.
How do I get the Left and Top positions of a selected cell?
(This was easy in VB6 MSHFLEXGRID)

I see this question was asked here once before but was either never resloved/marked resolved...

or
Even better than that...
I see there is a combobox option in .Net 2005 which I cant seem to get to work.
How can I apply a dropdown to cells in a given column (or to an idividual cell/s within the column - whichever is easiest) ?

My datagridview is bound to data.

Thanks...