Posted 31 December 2025, 4:02 am EST - Updated 31 December 2025, 4:07 am EST
I don’t have a sample, but the crash is obvious:
If you use a C1.Win.List.C1Combo as C1FlexGrid editor, and the cell contains a null value, it crashes on setting the text to the combo, as “value.ToString” is called for a null value.
I think we are not affected by this issue, because our only C1Combo grid editor already implemented “IEmbeddedEditor” and used a real object instead of a string. I was just pointed to the problem because our combobox implementation now reported several warnings like “MyCustomCombo.SetFormat(string)’ hides inherited member ‘C1Combo.SetFormat(string)’. Use the new keyword if hiding was intended.”. After commenting our custom code, the exception came up because of null values in the cell.
Best regards
Wolfgang

