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

VirtualScrolling is Always Clickable

2 Answers 65 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Anderson
Top achievements
Rank 1
Anderson asked on 11 Aug 2008, 10:58 PM
I have a RadComboBox that gets its data from a webservice using the method described here:
http://www.telerik.com/help/aspnet-ajax/combo_loadondemandwebservice.html

I have set the Combo box to:
ShowMoreResultsBox = true
EnableVirtualScrolling  = false

And when I respond to the combo box's request for items, I always send all of the data (no paging) and I set the value of RadComboBoxData.EndOfItems = true.

For some reason, no matter what I do, the users can still click on the "MoreResultsBox", even though I've indicated there are none.  This causes me to append the exact same results again to the combo box.

Is this by design?  If so, so you have a suggestion for getting what I want here?  I'm trying to use the MoreResultsBox as a notification area for displaying things like "No Results" and those kinds of things, but I don't want to do paging in this combo box.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Anderson
Top achievements
Rank 1
answered on 14 Aug 2008, 06:29 PM
Bump?  Any hints out there?  I'll file a support ticket in a few hours for this.
0
Veselin Vasilev
Telerik team
answered on 15 Aug 2008, 07:08 AM
Hello Anderson,

I have already replied to your support ticket:

Please check the correct implementation of this example:
http://www.telerik.com/demos/aspnet/prometheus/ComboBox/Examples/Programming/WebServiceShowMoreResults/DefaultCS.aspx

You can find the source code of the webservice on your computer under:
<RadControls Installation Folder> \ Live Demos \ App_Code \ Products.cs - find the GetCompanyNames method.

I hope this helps.


Greetings,
Veskoni
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
Anderson
Top achievements
Rank 1
Answers by
Anderson
Top achievements
Rank 1
Veselin Vasilev
Telerik team
Share this question
or