radcombobox Questions

3

Solved

Is there any way we can set Selected Items or Checked Items in a multiselect RadComboBox ?. I want to set value on postback from server. I tried following code but that works only if it is not a m...
Pridgen asked 18/11, 2012 at 21:34

7

Solved

I have a webpage that has a Telerik RadComboBox on the page. One of the properties of this ComboBox is EmptyMessage, which fills the combobox with a message when an item is not selected. I am bindi...
Philippic asked 8/6, 2009 at 20:21

1

I am try to start learning WPF and i am using Telerik. So i start with simple ComboBox in this article and this is my control: <telerik:RadComboBox Height="20" Width="200" ItemsSource="{Binding...
Ahearn asked 29/12, 2014 at 19:32

3

I am using a RadComboBox. In my code I set the selected value to the RadComboBox like so: public void RCB_PO_NUM_DataBound(object sender, EventArgs e) { var itemRCB_PO_NUM = RCB_PO_NUM.FindItem...
Leash asked 11/7, 2014 at 19:27

1

Solved

I have a RadComboBox that is bounded by a datasource. I set the datacource to select from a the database using a select query. Run I run the project, I get a complete list of items in the RadComboB...
Dropout asked 11/7, 2014 at 16:20

1

Solved

I have noticed a big difference between the stock Dropdownlist and RadComboBox. With the asp:dropdownlist it is easy to set the selected value from a database record. But when I try to do that with...
Boughton asked 14/6, 2014 at 16:57

6

I want to bind list of employees in drop down list , with autocomplete feature so the user can search the proper name .i use RadComboBox I have two main problems : 1- The list is so large about 5...
Peculiarize asked 26/5, 2013 at 13:42

4

I have a text box and a RadComboBox like this : <asp:TextBox ID="txt_inner_emp_num" runat="server" Width="60px" ontextchanged="txt_inner_emp_num_TextChanged" AutoPostBack="true"></asp:Te...
Ingar asked 5/3, 2013 at 12:51

2

Solved

Is there a way to force the dropdown of a RadComboBox to ONLY appear below and never above regardless of what the control feels would be the most visible?
Clarence asked 9/10, 2009 at 14:35

1

Solved

Users are desiring that the drop down window of a RadComboBox go up instead of down, regardless of where on the screen they are. Not sure why, but how would you implement this? Note: I have a RadC...
Snowblink asked 7/2, 2012 at 15:26
1

© 2022 - 2024 — McMap. All rights reserved.