Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Telerik UI for WPF application.
can I make Undo Redo function in WPF radGridview ?

What I have tried:

add table values to dataset ,

DataTable test = new DataTable();
test = storedataset.Tables[restoretableindex];

this.radGridView1.ItemsSource = test.DefaultView;
Posted
Updated 21-Oct-20 10:16am
Comments
[no name] 20-Oct-20 14:56pm    
Yes ... you back it up (snap shots) before mucking with it.

1 solution

Seems you totally missed looking at their documentation: WPF Diagram | Undo and Redo | Telerik UI for WPF[^]
A sample example here: Undo Functionality in Grid in UI for WPF GridView - Telerik Forums[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900