tags:

views:

34

answers:

1

I am tasked with writing a WPF app that performs crud on 100 or so odd tables that are related.

I would have to write everything by hand.

My goal is to put a control in a WPF window, point it to the Domain Model and control allows users to perform CRUD operations.

Are there any out there that exist. I have spent some time looking and can't seem to find anything.

+1  A: 

Try the DataGrid from the WPF Toolkit

benPearce
Thanks! Well look into this.
Artel