Declined
Last Updated: 12 Nov 2018 07:37 by ADMIN
ADMIN
Created by: Stefan
Comments: 1
Category: AutoCompleteBox
Type: Feature Request
0

			
Declined
Last Updated: 04 Oct 2018 09:48 by ADMIN
The workaround is to set String.Empty for TextSearchPath before setting the new value for the DisplayMemberPath
Declined
Last Updated: 03 Oct 2014 07:50 by ADMIN
Declined
Last Updated: 31 Jan 2014 08:36 by ADMIN
As a workaround the Foreground property of the AutoCompleteBox can be set to Black.
Declined
Last Updated: 27 Feb 2014 14:38 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: AutoCompleteBox
Type: Bug Report
5
If the control is placed inside ScrollViewer when the mouse is over the AutoCompelteBox control the mouse wheel is handled leading to no scrolling of the ScrollViewer.
Declined
Last Updated: 07 Mar 2014 13:53 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: AutoCompleteBox
Type: Feature Request
3
Make it possible to override the functionality of keystrokes in the control. A useful case is when placing the control inside RadGridView's CellEditTemplate and wanting to leave cell editing mode by pressing the escape keyboard key.
Declined
Last Updated: 12 May 2016 13:39 by ADMIN
1. RadAutoCompleteBox with an ObservableCollection set to its ItemsSource

2. The ObservableCollection is populated on the server side once the SearchText of the control changes.

3. The drop down part of the control closes itself even If there are filtered items.