Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Undo / Redo
posted

I know this functionality is available in the WinGrid, but is it available in the xamDataGrid?

If not:

  • Is there any sample code for a custom solution?
  • Any timeline for implementation in the box?

Many thanks,

Keith

 

Parents
No Data
Reply
  • 9694
    posted

    WPF supports an Undo stack for every text box. But to support a global undo stack for the entire XamDataGrid requires implementing your own undo stack. If you do an internet search for WPF Undo, you will find solutions other users have come up with for supporting undo/redo for a WPF application. A WPF solution would more than likely work with the XamDataGrid since this is a WPF element.

    You can also submit a feature request at the following webpage:
    http://devcenter.infragistics.com/Protected/RequestFeature.aspx

    Thank you!

Children
No Data