Hi All ,
I am using Batch Editing for Insert, Update and Delete operations in my radgrid. I have taken reference from
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx.
I am facing a weird issue. When I try to delete the last row in the radgrid (or the underlying database table), the ItemCommand event of the grid
is not fired and hence it doesn't get deleted.
However, delete works fine in any other scenario.
Please help.
I am using Batch Editing for Insert, Update and Delete operations in my radgrid. I have taken reference from
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx.
I am facing a weird issue. When I try to delete the last row in the radgrid (or the underlying database table), the ItemCommand event of the grid
is not fired and hence it doesn't get deleted.
However, delete works fine in any other scenario.
Please help.