Posted 24 March 2022, 11:18 am EST
Hi,
I’m using a C1ComboBox that is binded to a datasource.
Therefore, I’m setting TranslateValue & TextDetached property to true.
I’ve also set the properties :
combo.DropDownStyle = C1.Win.C1Input.DropDownStyle.Default
combo.AutoCompleteMode = AutoCompleteMode.SuggestAppend
combo.AutoCompleteSource = AutoCompleteSource.ListItems
I want the user to only select or type a value from the list.
I’ve searched in the docs, but with translateValue/textDetached property to true, I cannot use the prevalidation. How can I prevent the user to type text and limit to the values from the datasource?
Thanks,
Best regards