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

How to bind IEnumberable to a table

1 Answer 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Keith
Top achievements
Rank 1
Keith asked on 15 Mar 2018, 06:59 PM

I have a report with simply a table on it. I want to display all of the data I grabbed from EF as an IEnumerable onto said table.

How do I accomplish this?

 

 

1 Answer, 1 is accepted

Sort by
0
Katia
Telerik team
answered on 20 Mar 2018, 12:29 PM
Hi Keith,

I recommend using EntityDataSource component that is designed to connect and retrieve the data from ADO.NET Entity Data Mode. To configure this component, start EntityDataSource Wizard and choose the appropriate connection, context, context member and parameters if required. 

More details about EntityDataSource usage and configurations are provided in the following help articles:

Regards,
Katia
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Keith
Top achievements
Rank 1
Answers by
Katia
Telerik team
Share this question
or