Search code examples
c#datagridviewhints

c# remove hint over datagridview


how can I remove the hint message when the mouse is over the row?


Solution

  • dataGrid.ShowCellToolTips = false