Search code examples
c#datagridviewdatagridviewcellstyle

How to add description to DataGridView Cell


How to add comment to cell in DataGridView? I need to comment my values in the grid.

How to add comment to cell in DataGridView? I need to comment my values in grid


Solution

  • set ToolTipText property on either DataGridViewCell or DataGridViewColumn to whatever text you want.