An ASP.Net UI component provided by the vendor Telerik. It provides extensions to dropdown list type functionality.
Questions tagged [radcombobox]
252 questions
1
vote
1 answer
Setting an initial value in RadComboBox while using Load on Demand
My combo is empty until I click the dropdown (items request event is fire): so what is the best strategy to set an initial item (value and text) in RadComboBox while using Loading on Demand?
Thx

Andrea
- 803
- 1
- 12
- 27
1
vote
3 answers
Why my combobox count is 0?
Why the count of items in my ComboBox is always 0 although the datasource of this combobox has data !!
…

Anyname Donotcare
- 11,113
- 66
- 219
- 392
1
vote
1 answer
How to bind Radcombobox items client side with database values?
I am using oracle as my back end. how to bind radcombobox with database(oracle) table values form client side.
as follows if i have emp table then columns are emp id and name so i has to bind emp id and name to rad combo box form client side.

Sreedhar goud
- 81
- 2
- 5
- 15
1
vote
1 answer
RadGrid Specify ComboBox skin on edit?
I have a grid and a skin specified for that and it works fine. However, on the contained GridDropDownColumn columns, when it shifts to edit mode, the combo box is created nicely, but does NOT inherit the skin of the grid as the text boxes do. This…

klkitchens
- 1,202
- 2
- 16
- 39
1
vote
1 answer
radcombobox always selecting top item on postback
I have an edit page where I set the selected index of a radcombobox (rcb_ParentCompany) based on a value returned from the database. However on postback the text in the combobox keeps changing to the top item in the dataset. Any ideas why?
protected…

cpiasecki
- 47
- 1
- 8
1
vote
3 answers
telerik radcombobox "OnClientTextChange" event doesn't fire
I wrote the following code, based on telerik examples:

Inbal
- 909
- 2
- 28
- 46
1
vote
1 answer
How check radComboboxItem 'CheckBox'?
I have a little problem with the library 'Telerik'.
Indeed I want to implement a 'RadCombobox "with' checkBox '. It works well, yet when I want
'Check' an item, it is impossible?!
Here is my sample code. I changed the property of the attribute…

Mehdi Bugnard
- 3,889
- 4
- 45
- 86
1
vote
0 answers
wpf radcombobox scrollbar down arrow closing dropdown
I am using radcombobox autocomplete. The values are populating and working ok but when I am trying to scroll up or down with scrollbar arrows the combobox dropdown got closed. I checked online but found no fix.

Hasan Zubairi
- 1,037
- 4
- 23
- 57
1
vote
1 answer
How to format the RadComboBox properly
I am trying to make an arrow show to the left of the text, but I cant figure out how to format it to make it work.
And my mark up for the rad box is as follows:
…

user710502
- 11,181
- 29
- 106
- 161
1
vote
1 answer
How can I divide the items of a combo box with a dash or something similar
I have a RadComboBox that wraps the items if they are longer than the width of the combo box so my combo box would show something like this:
All
White T Shirts
Black T Shirts
Blue T Shirts With
Images
Green T Shirts
So as you can see Blue T Shirts…

user710502
- 11,181
- 29
- 106
- 161
1
vote
1 answer
How to find textbox in GridView using javascript function fired on “Onclientsideselectedindexchanged” of a radcombobox in same GridView RSS
I have two controls a TextBox and a radcombobox in ItemTemplate of a GridView. What I want to do is when the event onclientsideselectedindexchanges of radcombobox is fired. I want to show/Hide the TextBox on client side with JavaScript.
Basic…

rachana dikshit
- 11
- 1
- 1
- 2
1
vote
2 answers
Telerik Combobox - with image and string
Is there a way of adding an image to a string within a telerik combobox - if so can you point me in the direction of a code snippet or link
I am using the combobox with languagues and want the country flag beside the country name

MMC
- 99
- 15
0
votes
1 answer
Dynamically Creating a Cascaded RadCombo User Control
I have a user control which is 2 RadCombos cascaded. I'm trying to add these to my page at runtime. The problem is the Page_Load JS function of the user control never fires. Also whenever the Page_Load of the aspx.cs fires IsPostback is always true.…

Wilky
- 199
- 1
- 3
- 18
0
votes
1 answer
Empty RadComboBoxContext
I'm facing the problem while using the RadComboBox. I've used the example from Telerik Demo to populate RadComboBox with data on demant in a new empty project. And when the control calls for the WCF service for data the RadComboBoxContext parameter…

Evgeniy O
- 143
- 1
- 2
- 8
0
votes
1 answer