I have a databound DataGridView with a DataGridViewComboBoxColumn. If the combobox value is null I want to display a text. I do not want to add a null item to the databound list as I need to display different text in each datagridview line.
How would I achieve this using the default datagridview control?
I have a databound DataGridView with a DataGridViewComboBoxColumn. If the combobox value is null
Share
You can use the CellFormatting event to alter any displayed value: