I have added a cell type of MultiColumnComboBoxCellType, linked it to a data source which returns values such as A, B, C, D, E and 'na’.
It works well as a dropdown list but I also want my users to be able to type 'a’ (or 'A’) without the single quotes and for the cell to accept it but it doesn’t work.
Should it work? or should I be using something else?
Thanks!