Hi,
I wonder if Telerik WPF controls has a textbox that supports autocomplete as the user types in, similar to the Google search textbox (not a combo box). I have a repository of around 4000 items that I want bind as the data source for this autocomplete, and display a matching result as the user types (just top 7 or 8 of course). With Each new character typed, the suggested list get updated accordingly from those 4000 items.
Any suggestion how to achieve this behavior?
Regards
I wonder if Telerik WPF controls has a textbox that supports autocomplete as the user types in, similar to the Google search textbox (not a combo box). I have a repository of around 4000 items that I want bind as the data source for this autocomplete, and display a matching result as the user types (just top 7 or 8 of course). With Each new character typed, the suggested list get updated accordingly from those 4000 items.
Any suggestion how to achieve this behavior?
Regards
7 Answers, 1 is accepted
0
Accepted
Hi,
We are currently developing a RadAutocompleteBox control that will greatly fit into your scenario. It will be released until the end of the year.
Regards, Ivo
the Telerik team
We are currently developing a RadAutocompleteBox control that will greatly fit into your scenario. It will be released until the end of the year.
Regards, Ivo
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Ray Maynard
Top achievements
Rank 1
answered on 07 Nov 2012, 04:53 PM
Hi, Did the RadAutocompleteBox control get released in WPF?
If not is it likely to be soon?
Thanks
If not is it likely to be soon?
Thanks
0
Hi Ray,
The RadAutoCompleteBox was released with the Q3 2012 version of RadControls for WPF. You can find its online help here and its demos here.
Regards,
Ivo
the Telerik team
The RadAutoCompleteBox was released with the Q3 2012 version of RadControls for WPF. You can find its online help here and its demos here.
Regards,
Ivo
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Hitesh
Top achievements
Rank 1
answered on 11 Jan 2013, 03:55 PM
Please advise RadAutoCompleteBox is not available in version 2012.2.912.40.
0
Hello Hitesh,
In order to use the RadAutoCompleteBox you have to update to at least 2012.3.1017.40 (Q3 2012).
Kind regards,
Ivo
the Telerik team
In order to use the RadAutoCompleteBox you have to update to at least 2012.3.1017.40 (Q3 2012).
Kind regards,
Ivo
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
bharath
Top achievements
Rank 1
answered on 25 Aug 2014, 07:42 PM
I have one drop down Box and based on selection i need to create dynamic text boxes.
and these textboxes should be auto Completed enables and the text box will allow to pres the key which already in the populist.
If not void to insert the text.
/Bharath
and these textboxes should be auto Completed enables and the text box will allow to pres the key which already in the populist.
If not void to insert the text.
/Bharath
0
Hi Bharath,
If you need to be able to enter only text which is present in the items you would need to use ComboBox instead of the AutoCompleteBox. By setting its IsReadOnly and IsEditable properties to true you would be to type only existing text. For more details about the Edit Modes of the ComboBox you can check the following article from our online help documentation:
http://www.telerik.com/help/wpf/radcombobox-features-edit-modes.html
Hope this helps.
Regards,
Kalin
Telerik
If you need to be able to enter only text which is present in the items you would need to use ComboBox instead of the AutoCompleteBox. By setting its IsReadOnly and IsEditable properties to true you would be to type only existing text. For more details about the Edit Modes of the ComboBox you can check the following article from our online help documentation:
http://www.telerik.com/help/wpf/radcombobox-features-edit-modes.html
Hope this helps.
Regards,
Kalin
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.