Completed
Last Updated: 13 Nov 2015 14:41 by ADMIN
ADMIN
Dimitar
Created on: 09 Nov 2015 06:34
Category:
Type: Bug Report
1
FIX. RadCheckedDropDownList - exception when the SuggestMode is set.
To reproduce:
radCheckedDropDownList1.CheckedDropDownListElement.AutoCompleteMode = AutoCompleteMode.SuggestAppend;
radCheckedDropDownList1.CheckedDropDownListElement.AutoCompleteSuggest.SuggestMode = SuggestMode.Contains;

1 comment
ADMIN
Stefan
Posted on: 12 Nov 2015 09:07
RadCheckedDropDown list supports Append, Suggest and SuggestAppend modes. Append and SuggestAppend are using StartsWith for its search, while Suggest uses Contains, just like in MS Outlook.
The API mentioned should not be publicly exposed (it is derived from the underlying control and is not applicable here) and we will hide it with our next release. The documentation will also be updated accordingly.