Is there any way to get the cell position on a datagrid just by clicking on that particular cell?

e.g. if i click on a cell in the datagrid just to get a message box returning the exact position of that cell. I just want to play around with some code to add an onclick event that would insert a combobox on that location since it looks like is the easiest way to do it.

Thanks in advance for your replies.