This is a migrated thread and some comments may be shown as answers.

RadCombobox does not see elements

1 Answer 47 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Olga
Top achievements
Rank 1
Olga asked on 14 Feb 2017, 11:29 AM

Hi, 

I have a RadCombobox with dropdown list in UI
I try to get elements of this Radcombobox, but i can't get them.
Screenshot is attached. 

My code:

var radcbb = FMapp.Find.AllByType<RadComboBox>();
radcbb[1].User.Click();
var els = radcbb[1].ItemElements;

I got empty els. 

from xaml file:

<dataform:DataField Label="Region" Foreground="{StaticResource vvosTextBrush}">
    <telerik:RadComboBox ItemsSource="{Binding RegionList}"
     SelectedValue ="{Binding Region, Mode=TwoWay}"
    DisplayMemberPath="RegionCode"
    Style="{StaticResource RadComboBoxStyle}"/>
</dataform:DataField>


 

 

 

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 16 Feb 2017, 02:17 PM
Hi Olga,

I have noticed that there is another forum thread with the same topic where you can find my answer.

So I suggest we continue our communication there in order to avoid double posting and miscommunication.

Looking forward to your reply.

Regards,
Georgi
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
ComboBox
Asked by
Olga
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or