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

Radgrid batchupdate issues

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Magnus
Top achievements
Rank 2
Magnus asked on 28 Jun 2012, 12:48 PM
Hey guys,
I have an issue with batch update similar to this example:
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultcs.aspx 

my issue is I cant use the SqlDataSource but must use the ObjectDataSource as all Database requests goes through Stored Procedures and the stored procedure updates two tables...two update commands in the procedure.

What do I need to change in your example to get this working with an objectdatasource?

Thanks,


1 Answer, 1 is accepted

Sort by
0
Dimitrios
Top achievements
Rank 1
answered on 26 Jul 2012, 03:36 PM
Why can't you use stored procedures with an SqlDataSource? I do all the time.
Tags
Grid
Asked by
Magnus
Top achievements
Rank 2
Answers by
Dimitrios
Top achievements
Rank 1
Share this question
or