Posted 9 January 2018, 6:53 am EST
Hi there,
The unpleasant issue has been found relating to C1 combobox:
if the single value is added to the combolist, we get the non-opened dropdown;
if two or more values are added, the full list of values appears.
Found in free code samples:
CellDataType solution, Form1.cs, Form1_load method.
Try to play with line 109:
cs.ComboList = “|Tom”;
instead of
cs.ComboList = “|Tom|Dick|Harry”;
Please, find the zipped project attached.CellDataType.zip