An ASP.Net UI component provided by the vendor Telerik. It provides extensions to dropdown list type functionality.
Questions tagged [radcombobox]
252 questions
0
votes
1 answer
Telerik ASP.net AJAX RadComboBox retains focus when dropdown is open
We have a Telerik ASP.net AJAX RadComboBox with CheckBoxes set true. The drop down stays open after checking a checkbox so you can check more, which is fine. The problem is that when you click in a textbox while the dropdown is open an entry cursor…

Steve Crane
- 4,340
- 5
- 40
- 63
0
votes
1 answer
Custom DropDownList Multiple Items without aspx
I have a custom DropDownList control built off of a Telerik RadComoBox. I'm currently trying to get this custom control to emulate another RadComboBox I have on another page that is capable of showing UserFullName, (Company) in the RadComboBox drop…

subpath42
- 81
- 1
- 1
- 9
0
votes
1 answer
How to filter the radcombobox with unadjacent words?
If i use the radcombobox :
as the following :

Anyname Donotcare
- 11,113
- 66
- 219
- 392
0
votes
1 answer
How to generate "OnCheckedChanged" to control "CheckBox" on a "RadCombobox"?
I meet are having difficulty in implementing a simple event "OnCheckedChanged" for control "checkBox" which is in a radCombobox.
I found many examples on the net to write the event in Javascript but never in C#! Why? Is it impossible to generate…

Mehdi Bugnard
- 3,889
- 4
- 45
- 86
0
votes
3 answers
Format option text string
How can I display selected part of an asp.net string with HTML Formatting.
Eg:
String str= "Yerevan Airport(UB21,AM-ER,Yerevan,)";
I need to display the text enclosed in and in bold and display it as text in RADComboBox.
I have…

Amruta
- 701
- 4
- 15
- 38
0
votes
2 answers
Telerik RadCombobox with multicolumn loading data very slow
I am working on a Telerik RadCombobox with multiple columns control to load the data around 5000 records. It is very slow while I am clicking on this control to list down the data and too slow while I am filtering the data.
Any idea, technique or…

Sam
- 171
- 1
- 2
- 11
-1
votes
1 answer
Disable RadComboBox (which is outside of RadGrid) when RadGrid has minimum 1 record (after insertion in Radgrid)
I have asp:FormView control in one of the Web page, inside which I am using Telrik RadGrid and RadComboBox(which is outside of RadGrid)
Consider this form as "Insert New records" form.
I can only insert records in RadGrid if any item has been…

timz_123
- 435
- 1
- 9
- 47
-1
votes
3 answers
Dividing one SQL column into subgroups with headings
I have two tables
STATUS
SNO | STATUS | DEPARTMENT_ID
1 In progress 1
2 Assigned 2
3 Quoted 2
4 Development 3
DEPARTMENTS
SNO | DEPARTMENT |
1 DESIGNING
2 MARKETING
3 PRODUCTION
Now I want a result…

Ahmed
- 645
- 4
- 13
- 24
-1
votes
1 answer
Autoincrement years in RadCombobox VB.NET
My issue is adding to RadCombobox years:
The first Year in the RadCombobox starts from 1955 and it incerments by 1 till the current year.
Means Combobox value will hold the value like:
1955,1956,1957,,,,,,2014
Next year it will incermented by 1…

Mark Zukerman
- 55
- 1
- 12
-1
votes
2 answers
Making radcombobox work like html select (in terms of attribute, events)
Pardon me, as I don't have sample code to paste here.
The page has asp:DropdownList which has the events such as change. The eventhandler is attached using jquery (on the lines of $('#mydropdown').bind('change', function() {}); which in turn makes…

shahkalpesh
- 33,172
- 3
- 63
- 88
-2
votes
1 answer
Expand down automaticlly radcombobox in IE
I use radcombobox in my site and in fire fox works well but in IE when page has loaded all my radcombobox automatically expand.
Did anyone have this problem?
thank u for help.

user3622711
- 7
- 2
-3
votes
2 answers
How to change foreground of combobox on disabled state?
I want to block user to edit/select combobox. I tried using cmbbox.IsReadOnly = True and cmbbox.IsEditable = False which allows user to change selection by alt and arrow' keys. cmbbox.isEnabled = False works and my requirement is to change…

M-O
- 1
- 5