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

How do i get back my object?

1 Answer 34 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 07 Mar 2013, 12:50 PM
Hi,

i use a RadComobox and i populate data this way:
ProfileQuelle_cbx.ItemsSource = ITA_Packetverwaltung.Dialog.Settings.Verbindungen.GetVerbindungen();

This works fine. Now i click a button and on it's click_event i will get the Objetc Profile:
Model.Profile.Profiles Quelle_obj = new Model.Profile.Profiles();
Quelle_obj = ProfileQuelle_cbx.SelectedItem;

But this will not work?

Thanks
best REgards
Rene

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 12 Mar 2013, 08:53 AM
Hi Rene,

The provided code is not enough for us to find the reason for the issue you're experiencing. Please send us some more information / sample code which will help us reproduce the problem locally.

Thanks in advance.

All the best,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ComboBox
Asked by
ITA
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or