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
Conditional Item Templates with RadComboBox
I have a RadComboBox that I am using to display department name and abbreviations. I am using an Item Template with a LinqDataSource to make each item appear as:
DeptAbbr - (DeptName)
Here is the code I am using to do this and it works…

sanpaco
- 785
- 1
- 14
- 32
1
vote
2 answers
I can't find a dynamically created RadComboBox
i create some RadCombobox dynamically. After the User choose, i try to get the value from RadComboBox. But i can't find the Control.
This is my Code:
asp.net:
- 399
- 5
- 20

egolive
1
vote
1 answer
How to remove one item from RadComboBox in javascript
There are 2 RadComboBox in my UI.
Depending on one RadComboBox1 selectionChanged I want to remove one item from RadComboBox2.
I have tried,but not able to remove the item from RadComboBox2.
My code:

K T
- 169
- 1
- 4
- 14
1
vote
2 answers
Telerik control events always being triggered
I'm using the Telerik combo box to create cascading multi-select drop down lists.
I have several drop down lists on the page ddlProject, ddlUnit, ddlDiscipline, ddlDocType.
I am using the Telerik RadAjaxManager to trigger the updates of the…

CodeFirstAndy
- 591
- 3
- 8
- 26
1
vote
1 answer
How to avoid postback on ItemSelected when using a multiple selection RadComboBox?
I have the following scenario:
<%-- UF --%>

Bruno Machado - vargero
- 2,690
- 5
- 33
- 52
1
vote
1 answer
Radcombobox with AllowCustomText = false and MarkFirstMatch = true not working properly in IE10
it allows me to type only one letter, when typing a second letter it shows the options starting with this one. for eg: when I type B it displays Black but if I type Bl it displays the L words eg: Layer, instead of keeping Black selected

user21
- 13
- 4
1
vote
1 answer
RadComboBox not displaying bound data
I have a RadComboBox like so:

noneabove
- 89
- 2
- 12
1
vote
2 answers
Selection out of range in Telerik RadComboBox
I have Telerik RadComboBox ,
And I bind this table
Town
-----
TownOne
TownTwo
TownThree
TownFour
to comboTown show as below
comboTown.DataSource =…

zey
- 5,939
- 14
- 56
- 110
1
vote
1 answer
How to add radcombobox to cell in a table row cell
I am trying to add a RadComboBox to a table row Cell.
I cannot use table.row.cells.add(radcombobox) as it expects a cell object.
The table is programatically created .
protected override void Page_Init(object sender, EventArgs e) {
…

user2232164
- 13
- 3
1
vote
2 answers
Telerik RadComboBox in a RadGrid Client Side Validation
I'm using the Telerik ASP.net control suite (2008 Q3 I believe, can't upgrade yet). I've got a radcombobox in a Radgrid control (in a GridTemplateColumn's Edit template). If functions ok, but I've got some client side validation on other controls…

infocyde
- 4,140
- 2
- 25
- 36
1
vote
2 answers
selectedindexchanged event in radcombobox
I have a radcombobox as:

smriti
- 115
- 3
- 14
1
vote
2 answers
How can i get all checked items and values in RadTreeView on client side?
I have the RadTreeView in the RadCombobox.
I need to create function using javascipt because i want to read all checked items and their values after closing of the RadComboBox.
How can i get all checked items and values using javascript?
This is my…

Jenan
- 3,408
- 13
- 62
- 105
1
vote
1 answer
Custom templated combobox with special non templated item
I have a RadTreeView, in each item there is a RadCombobox with some elements. Now I need to add some "special" item into each combobox. User can click on this item to add new element in combobox:
My current code:
…

Jean DuPont
- 411
- 7
- 22
1
vote
1 answer
Selenium IDE: how to verify that only specific values are present in radComboBox via verifySelectOptions command
We use Telerik RadComboBox to implmement a drop-down list in our web application. Is it possible to use the Selenium command verifySelectOptions to validate only if specific values are present in the drop-down list?
I'm trying to use it but I get…

user1929542
- 11
- 2
1
vote
2 answers
How to change the color of item selection radcombobox with a css style?
I was wondering if was possible to change the value of "background-color" for the selection of a radCombobox.
Here is the css code I used:
(I can change everything but not the color of highlighted items ....)
div.RadComboBox_Metro .rcbInputCell…

Mehdi Bugnard
- 3,889
- 4
- 45
- 86