I'm using GridButtonColumn with CommandName="Delete" CommandArgument="Delete". The RadGrid1_BatchEditCommand method is not being called when the button is clicked. Update and Insert are working. What is the problem?????
OK, I figured it out.... It doesn't immediately delete.... After you click the delete button, you have to click the "Save Changes" button since it's batch editing.