Hello:
I am using the batch edit demo here as my starting point https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
I noticed it uses allowautomaticinserts/updates/deletes
Before purchasing radgrid, I was used to writing my stored procedures to accept only my required parameters, not every single one.
is there a way to get batch editing to work with code behind, calling a command (updateAll) and passing my parameters manually?
I am using the batch edit demo here as my starting point https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
I noticed it uses allowautomaticinserts/updates/deletes
Before purchasing radgrid, I was used to writing my stored procedures to accept only my required parameters, not every single one.
is there a way to get batch editing to work with code behind, calling a command (updateAll) and passing my parameters manually?