History
The RadSpreadSheet
control uses the SpreadProcessing library as its document model. This library provides a history functionality that you can access via the Workbook.History
property of RadSpreadsheet.
More information about the history functionality can be found in this article.
The following example showcases how to implement custom undo/redo buttons:
Adding buttons in the UI for the Undo and Redo methods
Adding the logic for the buttons to execute the Undo and Redo methods
RadSpreadsheetRibbon
The history functionality is also present in the RadSpreadsheetRibbon element, which is a UI component that you can use together with RadSpreadsheet. Via the undo and redo buttons in the top-left corner, you can execute this logic through the UI.