HI,
I am using a Batch Mode to do updates and deletes,I am using GridButtonColumn for delete operations and I am using OnDeleteCommand to bind the server side code. Now when I click the Delete buttons the row is deleted on Client side but server side even is triggered only when I hit 'Save Changes' which is fine.
I want to disable the row until the user hits save changes button(for visual indication that this row is marked for deletion and will be deleted on hitting save changes button) and causes a post back.
Thanks,
Harish.