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

Grid from a LINQ dataset

1 Answer 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Halim
Top achievements
Rank 1
Halim asked on 06 Mar 2013, 03:04 PM
Hello All,
I'm new at this. I'm trying to show a grid based on a linq dataset.
Basically, I have a table myTable, I want to display all rows of that table in a grid.
what's the simplest way to do it. I want my table to be editable (add, edit and remove rows).

Thank you,                    

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 08 Mar 2013, 01:50 PM
Hi Halim,

The easiest way is to send the data to the client in Json format through Ajax request. You should also configure the DataSource of the Grid. I believe that the following resources might be helpful:


You may also check code library section, source code of the demos and sample projects available on GitHub.
I hope this will help.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Halim
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or