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
2 answers
programmatic creation of a multicolumn radcombobox
Anyone have a link to a code sample or can you provide a snippet to accomplish this task. I'm coming up blank on the Telerik site

Tim
- 1,249
- 5
- 28
- 54
0
votes
1 answer
Telerik rabcombobox - How to set an image for loading comboboxes
Given the following example: http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx
I would like to add a small spinning .gif in front of the "loading..." text to indicate activity. Is this…

PercivalMcGullicuddy
- 5,263
- 9
- 46
- 65
0
votes
0 answers
Setting set_enableAjax(false) on on ajax request start
I have a RadComboBox inside rad grid template column, grid have its own ajax setting.
I need to do a standard postback on OnSelectedIndexChanged so on ajax manager OnRequestStart i am setting set_enableAjax(false) when the sender is RCBExport.
Now i…

Himanshu
- 9
- 3
0
votes
0 answers
How to have multi selection and checkbox work together in telerik WPF
I have check boxs inside my radchombobox and if I select multiple names it shows in the text field but noting happens till I click the check box then the radcombobox closes after one check. How to I combine both actions so if I select the names or…

SH321
- 1
0
votes
0 answers
WPF RadComboBox needs sped up querying database and filtering improvemnts
I have a RadComboBox that displays a list of things from a database. Currently the list takes up to 20 seconds to load. I need this dramatically reduced. Additionally, the combo box has a text box that allows the user to search the list, and this…

APotatoe
- 1
- 1
0
votes
0 answers
How to assign Telerik RadComboBox selected value to TextBox inside RadGrid Edit Form
In RadGrid Edit Form template, I have a RadComboBox and a textBox. I want to assign the selected value of RadComboBox to TextBox while in RadGrid Edit Form, Is that possible. If yes, then how can one achieve this?
I can describe in picture…

SPBeginer
- 733
- 3
- 14
- 29
0
votes
0 answers
RadComboBox with checkboxes in Radgrid - select values from the table
I have a RadComboBox with checkboxes in Radgrid. User is able to select multiple values and data is saved into database. The problem I am having is, how to display already selected values when pulling data from database.

Ika
- 201
- 3
- 17
0
votes
1 answer
Text input on radcombobox acting up
I am using a Telerik rad combo box that is populated by a query. The issue I am having is that text filtering is available on the combo box and when the user enters text in quickly part of the phrase will disappear (rarely the same amount of…

APotatoe
- 1
- 1
0
votes
1 answer
Custom Validation on a RadComboBox is not working
I am currently working on a project in vb.net and I am having trouble getting my custom validator to work on a radcombobox. When I run my application and test the validation it is not being invoked, causing my application to break. I am not looking…

Sheryl77
- 1
- 3
0
votes
1 answer
Microsoft JScript runtime error: 'getCities' is undefined
I am Using RadComboBox In UserControll I Want To Bind All The Cities With the CheckBoxes In RadComboBox. For That I Have Written Code As Follows :
FOR ASPX :-