An ASP.Net UI component provided by the vendor Telerik. It provides extensions to dropdown list type functionality.
Questions tagged [radcombobox]
252 questions
2
votes
1 answer
User controls and Viewstate
I have a user control where I display a telerik radgrid and some textboxes and radcombo boxes. My radcombo boxes lose view state on postbacks. The text boxes and the grid maintain their state, but not the combo boxes. Any clues why? I read…

steve
- 21
- 1
2
votes
1 answer
Telerik Rad Combo Box And How Take It's Focus Off
i have two radcombobox on my page and i am controling their focus by jquery...
also i have some code on their OnClientFocus , therefore focus and blur are so important ...
my aspx and jquery code are like this : (without RadComboBox -> OnClientFocus…

SilverLight
- 19,668
- 65
- 192
- 300
2
votes
1 answer
Using Telerik RadComboBox within a repeater
I have a repeater that contains a Telerik RadComboBox:

mcliedtk
- 1,031
- 1
- 12
- 20
2
votes
2 answers
Telerik Rad Combo binding data but not displaying
I have a telerik rad combo on my form
In CS
Under another rad combo's Selected Index Changed event
var dt =…
user240141
2
votes
1 answer
Firing event doesn't work on SelectedIndexChanged
My webpage is built dynamically in VB.Net (aspx).
I have a checkbox, that after checked will open a new window. While opening the window some parameters are passed through for using the correct data in the window, however there is one parameter…

Schuere
- 1,579
- 19
- 33
2
votes
0 answers
RadComboBox width can not be changed
I am evaluating Kendo UI web controls trial. My appliction used RadComboBox control. its Width still 100% on page and i can not change it.
I set the combobox width to Width="300px" but it still wide on page.

Saifal Maluk
- 121
- 2
- 5
- 14
2
votes
2 answers
Adding RadComboBox to RadGrid Edit
I have added a RadControl, RadGrid and I need to add a radComboBox in the edit mode.
When user clicks on the radComboBox, I need to get both "text" and "value" of the radComboBox to save to table when user updates values.

Kush
- 101
- 1
- 3
- 14
2
votes
3 answers
RadComboBox selected value is empty
I get the SelectedValue = "" when i click on My button .
My aspx :

Anyname Donotcare
- 11,113
- 66
- 219
- 392
2
votes
5 answers
Set RadComboBox value from javascript
I have a RadCombobox in a user control and I am trying to set the value to null or 0 from Javascript. The following code doesn't work. But it's not showing any error also.
function OnClientSelectedIndexChanged(sender, eventArgs) {
var item =…

nav100
- 2,923
- 19
- 51
- 89
2
votes
2 answers
RadComboBox wrong selected value
I face the following problem when i use RadComboBox :
ddl_contactList.Items.Clear();
ddl_contactList.DataSource = ContactList.GetContactListsByDep(year, main_code);
ddl_contactList.DataTextField = "list_desc";
…

Anyname Donotcare
- 11,113
- 66
- 219
- 392
1
vote
1 answer
Problem with RadComboBox with ItemTemplate of asp:TextBox
I am using a RadComboBox with an ItemTemplate that contains 50 TextBox controls that a user can enter information into. I add the 50 TextBox controls dynamically (see below). When information is entered into the textboxes, it appears that everything…

Earl
- 283
- 2
- 7
- 14
1
vote
5 answers
Can't disable Telerik dropdown list with JQuery
I'm trying to use JQuery to enable a Telerik RadComboBox based on the selection of another Telerik RadComboBox.
Use case: User comes to page, ddlRequired is enabled, ddlListItems is disabled. If user selects "Required" then I want ddlListItems to…

Earl
- 283
- 2
- 7
- 14
1
vote
1 answer
Telerik on first selection of any item other than first is always resetting to first item
Telerik on first selection of any item other than first is always resetting to first item and it does not fire the selectedindexchange event. However, when the combobox is selected for a second time, the event fires.
Does anyone have any…

Ramesh
- 11
- 1
1
vote
3 answers
How to add an additional RadComboBoxItem to data bound RadComboBox?
I am using Telerik controls on my aspx page. I have cascading radcombo boxes(dropdown box). I have 3 of them on my page. the values of 2nd rad combo box depends on the 1st and the 3rd depends on selection of 2nd. The thing is that i want to include…

gsb
- 5,520
- 8
- 49
- 76
1
vote
1 answer
RadComboBox with Checkboxes AJAX problem
I have created radcombobox with list of checkboxes. User can select multiple checkboxes and when he check some item label on page must be updated (this.label.text += someValue). I added Ajax:UpdatePanel with async trigger on that radcombobox but…

1110
- 7,829
- 55
- 176
- 334