Hi,
I have a custom control which contains a RAdCombobox. I am adding a handler to the change event of the combo by using the following code
$addHandlers($find(this._CMBID).get_inputDomElement(), { 'change': this._onValidateMethod }, this);
where,
the this._CMBID is the combo Id and
this._onValidatemethod is method to add handler
Th...
Hi
This page has 2 RadComboBoxes on it, which are connected in a subcategory way.. with LINQ datasources.
I'm getting a strange rendering bug in IE6, whereby it is the RadComboBoxes (which I've got on other pages as well, with the same issue) which seem to affect the IE6 specific CSS (shown below) and cause it problems. Basically the...
I am working on WPF.
I am using visual studio 2010, .NET 4.0 and using a Radcombobox in my application.
It is getting populated correctly with 3 strings in it and now I am having trouble choosing a default value. I want to select the first index value as the default value when it starts up loading the 3 strings in the combo box drop dow...
I have a RadComboBox that i have bound like shown below
<telerik1:RadComboBox Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="3" Margin="5,2" ItemsSource="{Binding RepTypes}" DisplayMemberPath="Path=TypeName" SelectedValuePath="Value" SelectedItem="{Binding RepType, Mode=TwoWay}" >
</telerik1:RadComboBox>
When i s...