I'm using a RadComboBox but I'm having some problems when the width is more than 1000 pixels. (see capture)
Does anyone knows how to fix that ? Or should I limit the RadComboBox width to 1000 pixels ?
Thanks.
1 Answer, 1 is accepted
1
Accepted
Vessy
Telerik team
answered on 09 Feb 2022, 12:42 PM
Hello Antoine,
Can you, please, share configuration of the RadComboBox leading to the result shown on the attached image? Below you can see the result i got with the following setup:
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
What I think so far, is that the combobox background is an image (see capture below) and this image got a max-width of 1000px. Can you confirm that ?
Also, I've tried to set a width in pixels and not in percent. Got the same issue...
Vessy
Telerik team
commented on 09 Feb 2022, 01:42 PM
Hi,
Thank you for the additional details, Antoine. Your assumption is correct - it seems that you are using the ComboBox in Classic render mode, which uses background sprite with limited size. Basically, there are two possible ways to fix the faced problem: