Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
104 views

Two questions:

1.

Can someone point me to an example of an unbound multicolumncombobox, e.g. adding items manually? I found an example

https://docs.telerik.com/devtools/winforms/controls/multicolumncombobox/populating-with-data/unbound-mode

 

but this refers to properties which do not seem to exist (e.g. MultiColumnComboBoxElement and EditorControl).

 

2. In a databound multicolumncomboBox, when the user uses the drop-down, the drop-down appears with a transparent background, so you can see the elements rendered under it as part of the text... this makes it almost impossible to read. Is there a way to remove this transparency? I do not see a property. Is there a reason why this control is designed this way as opposed to being like a standard drop-down combo box?

 

Peter Milchev
Telerik team
 answered on 04 May 2020
1 answer
116 views

There is no server event that gets triggered when a user uses the clear function. The logical event would be to trigger the SelectedIndexChanged since it is essentially going from a value to nothing, therefore changing the selected index.  I'm sure that since the world is slowly trying to forget about server programming and concentrating on Java that there is some java solution that won't do me a hill of bean worth of good.  

My point, would it be so bad to have the clear function trigger something?

Peter Milchev
Telerik team
 answered on 29 Apr 2020
5 answers
324 views
If I have a MultiColumnComboBox in a RadDataForm, how do I data bind the Selected Value to the datasource of the RadDataForm?
Doncho
Telerik team
 answered on 23 Mar 2020
1 answer
1.7K+ views

Hello. I'm testing MultiColumnComboBox and when loading the page I get "Uncaught TypeError: Cannot read property 'wrapper' of undefined" error. This is with CDN disabled. When I turn CDN on, everything runs OK. Telerik UI is updated to 2020 1 219 version. What am I missing or need to upgrade? I can't have CDN enabled on production server.

The exception happends in Telerik.Web.UI.WebResource.axd in c.RadMultiColumnComboBox._initializeKendoWidget:

K.kendoWidget=a(K._element).kendoMultiColumnComboBox(J).getKendoMultiColumnComboBox(); <-------- here the K.kendoWidget is undefined
var I=$telerik.$("#"+K.get_clientStateFieldID());
if(I){K.kendoWidget.wrapper.append();
 <-------- here it crashes

 

Peter Milchev
Telerik team
 answered on 19 Mar 2020
3 answers
112 views

I liken this control to serving a quiche with a runny middle. 

It has tons of potential, but falls short of the RadComboBox.  I know I'm way over simplifying, but seems like all that had to be done was to add the ColumnsCollection as an alternative to the RadComboBox control.  Didn't even need a new control, shrouded in kendo hocus pocus.  It took me 4 hours of research to cobble together this as a way to just get the text value of a RadMultiColumnComboBox

sState = $find("cbStateL").get_kendoWidget().input["0"].value;

 

when this is all that should have been needed:

 sState = $find("cbStateL").text;

 

 
I want to embrace this control, but I feel like I'm a rat stuck in an elaborate labyrinth.  
Peter Milchev
Telerik team
 answered on 06 Mar 2020
4 answers
205 views
I downloaded the latest version today and it looks like you finally gave this thing an engine and some nice rims, but no tires.  I can include DataKeyNames but I can't get the DataKeyValues from the server side.  A GetDataKeyValue option would be nice.  I see there's functionality to get the values on the client side, but not the server side.  A little short sighted...unless I'm missing something then I apologise.  
SSirica
Top achievements
Rank 3
Iron
Iron
Iron
 answered on 06 Mar 2020
2 answers
120 views
I would like to send the text of the combos input into the querystring (?text=abc) when server-side filtering. How can I accomplish this with the wrapper? Alternatively, is there code provided for parsing default query string information?
Peter Milchev
Telerik team
 answered on 01 Nov 2019
2 answers
139 views

how can we search the items list like a regualar dropdown :

ddl.SelectedIndex = ddl.Items.IndexOf(cbxPractitionerList.Items.FindByValue("X");

david
Top achievements
Rank 1
 answered on 22 Oct 2019
0 answers
55 views

Hi to all

If i put a MultiColumnBox in RadGrid as soon as i click on the box the table of the results appears and disappears in half a second

If i write part of the key everything works fine.

 

Is this a bug, a feature or something else?

 

Thanks 

Nicola

 

n/a
Top achievements
Rank 1
 asked on 16 Jul 2019
2 answers
108 views

Hi,

 

This is really needed,  the RadCombobox already has such a feature.

 

Marc

Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
 answered on 25 Jun 2019
Narrow your results
Selected tags
Tags
+123 more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?