Posted 3 June 2025, 10:48 am EST
Hello support! We noticed in C1FlexGrid when we set a cell range Datamap, the default editor in SetupEditor event is a GridEditorComboBox. However if we try to directcast the editor we get the error “BC30389: ‘C1.Win.C1FlexGrid.GridEditorComboBox’ is not accessible in this context because it is ‘Friend’.” (Using Visual Basic.) It seems the combobox no longer supports matches on multiple entries by default as it used to. If user type “MA”, the combobox will select the “A” entry instead of first “MA” match and we are trying to correct that. We are using C1.Win.C1FlexGrid version 4.8.20241.664.
How can we modify the editor in this case? Thanks for your help.