How I can Bind SessionDataSource SelectCommand, UpdateCommand,DeleteCommand using LINQ so I can perform insert /update/delete automaticoperation with grid using LINQ.
1 Answer, 1 is accepted
0
Accepted
Nikolay Rusev
Telerik team
answered on 08 Jul 2009, 04:29 PM
Hello Dharmesh,
You should use LinqDataSource instead SessionDataSource.
Only LinqDataSource supports insert /update/delete automaticoperation with using LINQ expressions.