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

AutomaticLoadOnDemand with EntityDatasource Concatenated String

1 Answer 48 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Bryan Foster
Top achievements
Rank 1
Bryan Foster asked on 19 Aug 2010, 11:06 PM
I would like to use automatic load on demand with an entity datasource but need to select a value like FullName that would return LastName & ", " & FirstName.  I have tried many different approaches with no luck.  What is the best way to achieve this? 
Thanks in advance,
Bryan Foster

1 Answer, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 20 Aug 2010, 02:18 PM
Hello Bryan,

Have you tried this, Select="new (LastName + ", " + FirstName as FullName)", in your EntityDataSource and then setting the DataTextField="FullName" on your RadComboBox? I believe that should work.

I hope that helps.
Tags
ComboBox
Asked by
Bryan Foster
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Share this question
or