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

ItemsPerRequest is ignored for the RadComboBox

4 Answers 28 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 10 Jul 2018, 03:43 PM

ItemsPerRequest is ignored for the RadComboBox.

How do I get this fixed?

4 Answers, 1 is accepted

Sort by
0
Matt
Top achievements
Rank 1
answered on 10 Jul 2018, 04:09 PM
Not only that... Virtual Scrolling is ignored, Localization-ShowMoreFormatString is ignored and when I do make a valid selection, the drop down section continues to show ALL of the items that appear BEFORE the matched item. I really don't want to have to rework the entire piece, reverting to cascading combo boxes but I'm starting to think that this is a bug and I'll have to fork up money for an update (fix) to address this defect.
0
Matt
Top achievements
Rank 1
answered on 10 Jul 2018, 04:13 PM

I think I see a part of my problem. The phrase I'm looking for has spaces. So when I get to the third word, the control jumps to the beginning letter of the third word.

If I only type in the first two words, the drop down does NOT jump to the matching word. If I type in a single word that appears towards the top of the list, it seems to work. 

I don't think this release was tested for every day uses.

0
Matt
Top achievements
Rank 1
answered on 10 Jul 2018, 06:23 PM
As usual, had to use a different approach for my scenario to work. If anyone is reading this...perhaps a fix could be provide for anyone who reads this in the future and is frustrated by a lack of response.
0
Marin Bratanov
Telerik team
answered on 11 Jul 2018, 04:09 PM
Hi Matt,

I will address each question you have raised in the order they were posted.

On duplicated items - if the information in the other threads (here and here) does not help you resolve this, I advise that you open a support ticket and send us the details - actual markup and code-behind of the combo box, together with some dummy data so we can run and debug this. You can also use the sample data sources from our demos to power such a sample.

On virtual scrolling not working - what I can see in the provided screenshot is that the required properties (Height and MaxHeight) are not set and Virtual Scrolling requires them. Since this works with the ItemsRequested event, you must use the information from the control (text, items offset, etc.) to prepare the items you want added.

Upgrade being needed - if the problematic project uses a very old version of our controls, it is likely that bugs you hit will be fixed in newer versions (you can read more about this here). You have a valid license which means that you already have access to the latest version and to our support system.

Filtering not working - the provided information is insufficient to determine what is the problem and I encourage you to open a ticket if you still need help with this.

Lack of response - we guarantee a 24 hour response in private support tickets. This is a forum thread and while we do monitor the forums, we do not guarantee responses here. With this, I would encourage you again to open support tickets when you have such issues so you can get the best assistance possible in a timely manner.

 


Regards,
Marin Bratanov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Matt
Top achievements
Rank 1
Answers by
Matt
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or