jbe2277 / waf

Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to implement Undo/Redo features

abbas2012 opened this issue · comments

Hi,
I am using version 3.0.0440 mainly because my application is designed as database first. It seems I cannot add new discussion on CodePlex.

Can you please give me an idea of the best practice for implementing undo/redo features in the BookLibrary? The one provided is for the DataGrid cell before the focus is lost.

Many thanks in advance.

I will try to answer your questions:

  • Microsoft is in the process to shutdown CodePlex. Therefore, no new discussions or issues can be started at CodePlex anymore.
  • WAF has no impact on how you design your database access. So, you could use the latest version of the WAF libraries.
  • Undo/Redo: I have implemented the limited undo/redo support of WPF and the DataGrid. A full working undo/redo feature is no trivial task and has a major impact on the application design. Please search the internet for samples.