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

[Solved] Datasource without LinqToSql

3 Answers 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Michael Jöhl
Top achievements
Rank 1
Michael Jöhl asked on 17 Feb 2010, 10:40 AM
Hello Community

I want a Grid that takes the data from a DataTable, that i filled with an SQL Statement.

I tryed this, but it doesent wordk =(

<%= Html.Telerik().Grid<System.Data.DataTable>(eventTable as IEnumerable<System.Data.DataTable>)
                .Name("Title")
                .Columns(columns =>
...

How can i set de Datasource from my Telerik Grid by Datatable?

I hope you understand my problem =)
Thanks

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 17 Feb 2010, 11:07 AM
Hi Michael Jöhl,

This is currently not supported. However we are considering implementation of this feature. You can vote for it.

Regards,
Atanas Korchev
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
Michael Jöhl
Top achievements
Rank 1
answered on 17 Feb 2010, 11:43 AM
So I can only fill the Grid with LinqToSql?? Is there no other way to fill the Grid?
0
Atanas Korchev
Telerik team
answered on 17 Feb 2010, 04:15 PM
Hello Michael Jöhl,

The grid can be bound to any IEnumerable<T>. We are using Linq to SQL for brevity.

Regards,
Atanas Korchev
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Michael Jöhl
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Michael Jöhl
Top achievements
Rank 1
Share this question
or