What is the best way to undo a drag/drop of a pageviewPage? I have some business rules that need to be enforced either before,during, or after a user tries to rearrange the tabs.
Thanks
1 Answer, 1 is accepted
0
Peter
Telerik team
answered on 06 Feb 2013, 02:10 PM
Hi Andy,
Thank you for contacting us.
RadPageView does not support undo/redo operations out of the box and you have to implement this functionality on your own. For example, you can subscribe for PageIndexChanged event and add there a logic for the undo operation. Please refer to the code snippet below: