How to add comment to cell in DataGridView? I need to comment my values in the grid.
DataGridView
set ToolTipText property on either DataGridViewCell or DataGridViewColumn to whatever text you want.
ToolTipText
DataGridViewCell
DataGridViewColumn