I have a situation where I would like to customize the list of items provided by the auto-completion suggestion list in a RadCheckedDropDownList. i.e. Even though radCheckedDropDownList1.DataSource is set to one list of values, I need to set radCheckedDropDownList1.AutoCompleteDataSource to a different list of values. Whenever I attempt to do this, the auto-complete drop-down list still shows suggestions from the DataSource collection rather than the AutoCompleteDataSource collection.
If I attempt the same thing with a normal RadDropDownList, it works fine. Is this functionality not supported with a RadCheckedDropDownList? If not, why have an AutoCompleteDataSource property? If it is supported, what is the proper usage to get it work?
Thanks!
--Darren