Guys I need a datagridview on a WPF page.
I used this
public WindowsFormsHost HOST = new WindowsFormsHost();
Then instanttiated my dat
You should add 'HOST' to WPF Window rather than adding 'gridview'.
this.Children.Add(HOST);