How to set ToolTipText for ComboBox items in a DataGridViewComboBoxColumn column? (C#)

  • Thread starter Thread starter nvx
  • Start date Start date
N

nvx

Hello,
how can I set ToolTipText for ComboBox items in a
DataGridViewComboBoxColumn column? Is there any elegant way similar to
DataGridViewComboBoxColumn column DataSource or do I have to assign the
ToolTipText manually for each ComboBox item? I would be very grateful
for a short sample code...

Any help would be appreciated...

With regards
nvx
 
Back
Top