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
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: