Declined
Last Updated: 27 Jul 2018 13:39 by ADMIN
Created by: Patrick
Comments: 1
Category: AutoCompleteBox
Type: Bug Report
2
After selection autocomplete uses the data within TextSearchPath for display. We search many fields so this output is less than ideal. DisplayMemberPath or a SelectedItemTemplate would be better.
Unplanned
Last Updated: 26 Dec 2016 09:57 by ADMIN
RadAutoCompleteBox respects the changes in the SelectedItems collection, but it does not raise the appropriate slection changed event.
Workaround: Use an observable collection and subscribe to its CollectionChanged event.
Unplanned
Last Updated: 09 Aug 2016 12:23 by ADMIN
Created by: jen
Comments: 2
Category: AutoCompleteBox
Type: Feature Request
2
Expose the Textbox's MaxLength property to limit text input on the RadAutoComplete SearchText Property
Completed
Last Updated: 08 Aug 2016 14:21 by ADMIN
Won't Fix
Last Updated: 22 Apr 2016 10:10 by ADMIN
While the SelectedItem is not null setting it to null and then returning the SelectedItem causes the drop down of the control to be opened