While trying to find a way to disable deleting or inserting while editing a row in a radgrid ( I could still use some help ) I stumbled across a strange side effect. If you're editing a row, and delete one of the rows above the one you're editing, you will suddenly be editing a different item.
Using the example at http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=grid
Click the edit button for Bellflower to put that record into edit mode
Now click the delete button for Senecio.
You will see that you are now editing Thistle.
Is this behavior by design ? I think it could easily create user confusion, especially if they were editing/deleting from a long list of similar items. They could accidentally delete an item, and then click the update button thinking they were posting the changes they had made, but instead would be making no changes to the newly edited item..
Using the example at http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=grid
Click the edit button for Bellflower to put that record into edit mode
Now click the delete button for Senecio.
You will see that you are now editing Thistle.
Is this behavior by design ? I think it could easily create user confusion, especially if they were editing/deleting from a long list of similar items. They could accidentally delete an item, and then click the update button thinking they were posting the changes they had made, but instead would be making no changes to the newly edited item..