Questions tagged [radcombobox]

An ASP.Net UI component provided by the vendor Telerik. It provides extensions to dropdown list type functionality.

252 questions
1
vote
1 answer

How do I open DropDown of RadComboBox on asp Button click?

How do I open DropDown of RadComboBox on asp:Button click? Both RadComboBox and Button are inside EditItemTemplate of RadGrid. My requirement is: I had to open DropDown of RadComboBox ("ddlAccountCode" in below HTML code) on a click of button…
timz_123
  • 435
  • 1
  • 9
  • 47
1
vote
2 answers

Telerik RadCombobox not keeping state when using client side requestItems() to load

I'm using the Telerik RadComboBox control. I have two related combos and when the user selects a value in the first one I filter the second one. I use the code below to achieve this: localeCombo = $find("<%= ddlLocale.ClientID…
littlechris
  • 4,174
  • 10
  • 43
  • 66
1
vote
1 answer

RadComboBox LoadOnDemand approach is not showing the SelectedValue of RadComboBox at runtime

I am following below link for Load On Demand functionality to a RadComboBox which is inside RadGrid. Link: http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx The binding in Inside RadComboBox…
timz_123
  • 435
  • 1
  • 9
  • 47
1
vote
1 answer

Get text associated with check box in selenium where html code does not have value or name property

I have a Radcombobox in my application which has several check boxes in the combo box. What I wish to do is to fetch the text associated with the check box. I searched on internet and came to know that text can be fetched from name or value property…
1
vote
0 answers

How to fill RadGridView cell with RadCombobox

I've got RadGridView with few columns. In one column I've got CellTemplate and CellEditTemplate. I would like to fill cell with my combobox, but regardless setting cell padding to 0 and VerticalAligment to Stretch it still have got one line height…
maniek099
  • 319
  • 4
  • 19
1
vote
1 answer

Unable to find the checked items in checked combobox

I am using a checked combobox for selecting multiple items. Following is the code am using ASP.Net
user4281510
1
vote
0 answers

accesing all radcombobox in javascript and changing css style

i am writing a Javascript to access all my radcombobox and changing to the default skin .I tried the following script but its not working . for (var i in errorControls) { var element = errorControls[i]; if…
kassar
  • 47
  • 5
1
vote
2 answers

Silverlight RadComboBox make whole texbox area clickable

Is it possible to make the whole text area of the RadComboBox clickable while having IsEditable=true and ReadOnly=True? I would just set IsEditable = false but unfortunately I need it to be editable in order to display custom text when something…
Max
  • 105
  • 7
1
vote
0 answers

RadComboBox CheckedItems is always zero for databound items only

I have this setup in my code:
Zach
  • 437
  • 3
  • 10
  • 27
1
vote
1 answer

AllowCustomText property is not working in RadComboBox?

I have a implemented the Filter in RadCombobox, But i does not want user to insert the custom text in the Dropdown so i have set the following property AllowCustomText = "False" but it is not working and user is able to insert custom text. Sample…
Bhupendra Shukla
  • 3,814
  • 6
  • 39
  • 62
1
vote
2 answers

RadComboBox with Checkbox enabled - Persists last selected item text

I have developed a user control which has only a RadComboBox with checkbox enabled in it. The problem that I am facing in my pages is, whenever I deselect all the checkbox items with in the RadComboBox and on close of it, the last selected item is…
Sriram B
  • 651
  • 2
  • 8
  • 20
1
vote
1 answer

Using the RadComboBox button, is it possible to populate a different combobox when one combobox makes a selection?

I have two combo boxes that are cascading. I would like to have it so that when I select something in ComboBox1, it will fire off a web method that automatically filters the list in ComboBox2. At the moment, I'm adding the value of ComboBox1 to the…
Diskdrive
  • 18,107
  • 27
  • 101
  • 167
1
vote
1 answer

DropDownList + OnSelectedIndexChanged + AutoPostBack=False

is it possible to force dropdown list to fire OnSelectedIndexChanged event without AutoPostBack=True? i told that because i have some RadComboBoxes(telerik) In My Form i am controling their focus with JQuery such as this code when my form…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
1
vote
0 answers

Telerik RadComboBox selected value using jquery in external js file

I have a Telerik RadComboBox and need to get the selected value (not text) from it. My problem is I need to get it in an external javascript file so I cannot use the var comboBox = $find("<%= RadComboBox1.ClientID %>"); var selectedValue =…
Josh
  • 357
  • 1
  • 3
  • 18
1
vote
1 answer

How do you keep a Rad Combo Box hidden after postback?

I am having an issue with a Telerik Rad Combo Box in that I am setting it to invisible in the Javascript based on another Rad Combo Box index change event, but when I then click a button which causes a postback, the rad combo box becomes visible…
eoghanm
  • 11
  • 1