Good Day Guys , i am using RadSilverlight controls and the
implementation should be the same with the normal Combobox. But now the
List that i get is not what i want or the data that i need. i have a WCF
DataLayer Service that has a function that is defined like this
and now in my Presentation Layer, my
Silverlight App , i want to Bind it to the Combobox. Now normally in
asp.net . you would have e.g
ID , that will be Primary
key for the record and the "Description" and that will be the Text that
will be displayed in the the Dropdownlist. So my setup is the same and i
have amodel that is sitting on the Data layer that i forgot to share
with you
ok now lets Continue. Now on the Silverlight side , i had a Telerik Combobox that is defined like this in the xaml
and the server side i am creating the BLL Service object and accessing the funtions like this
and at the same time , i am binding the Combobox. but the Results i get are not the Values but this

Thanks