This question is locked. New answers and comments are not allowed.
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
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