How can I disable tooltip on a button column in a datagridview?

I have a windows form with a datagridview. The first column is a bound column of type DataGridViewButtonColumn. the button shows the value of the column as its text. Everything works as intended. The problem is that a tooltip is displayed when hovering over the button showing the same text that appears on the button and is very distracting. I cannot find a way to disable the tooltip for this column in the datagridview. Is there a way to do this?
[449 byte] By [Rick] at [2008-2-27]