Hi!
I want to know undo function.
After I delete data in cell, I want to undo delete
Is it possible?
If you can help me, it will be highly appreciated.
Thank you!
hyoseop
Hi!
I want to know undo function.
After I delete data in cell, I want to undo delete
Is it possible?
If you can help me, it will be highly appreciated.
Thank you!
hyoseop
Hi,
Thanks for considering Aspose.
You can't undo deleting rows/columns after deleting rows/columns. The undo function only take effect before you post back data to server. You may use the GridWeb.OnSubmitClientFunction property to set a client confirm javascript function to prevent unexpected deleting. And you may handle the GridWeb.RowDeleted event to do something after a row has been deleted.