This is a migrated thread and some comments may be shown as answers.

Full list by clicking

4 Answers 66 Views
SearchBox
This is a migrated thread and some comments may be shown as answers.
Jorge
Top achievements
Rank 1
Jorge asked on 27 Jul 2013, 02:16 AM
Hello!
I would like to show the full list search when clicked within the control RadSearchbox, is it possible?
Without having to type anything ...

I also wonder if the use ButtonCommand I could create different searches. Example: Clicking the Globe Button I would use the criterion X.
To Favorites I would use the criterion Y.
Using the functionality I asked above. Clicking already carry automatically, without the need to type anything ...

4 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 31 Jul 2013, 12:31 PM
Hi Jorge,

 
RadSearchBox does not support the functionality to click on it and see all the items because it actually does not have items collection. If you are looking for such functionality you will have to use RadComboBox as in this on-line demo for example.

As for your second question- yes of course you can use it as for some other custom search by using onButtonCommand event

Hope this information will be helpful.

Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Jorge
Top achievements
Rank 1
answered on 31 Jul 2013, 05:35 PM
Got!
The problem is that with the RadComboBox'm having performance difficulties. When I have many items it takes to filter ... As I'm typing
How can I improve this performance? Because I noticed that the RadSearchBox is faster at filtering.
0
Princy
Top achievements
Rank 2
answered on 01 Aug 2013, 07:05 AM
Hello Jorge,

The best approach to optimize the performance speed of Telerik RadComboBox when using huge amount of items is using the load-on-demand feature.  The load-on-demand mechanism loads the items only when the user types or clicks in the field or the drop-arrow image. It filters the Items server-side before they are loaded in the control and the Filter feature performs filtering at client-side.
And I recommend you to retrieve data in portions - with use of ShowMoreResultsBox and VirtualScrolling options.

Thanks,
Princy.
0
Jorge
Top achievements
Rank 1
answered on 05 Aug 2013, 06:33 PM
Thanks Princy!
I'll try this! ;)
Tags
SearchBox
Asked by
Jorge
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Jorge
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or