Can someone please post sample code how to use UltraGrid for WinForms in WPF window please...
Take a look at the "WindowsFormsHost" control, Here is a example (but regular windowsgrid), maybe giv you an idea on how to do it: http://geekswithblogs.net/lorint/archive/2006/09/09/90740.aspx
I know how to host Windows Control in WPF, I just do not know how to host UltraGrid, what namespaces to import, what namespaces to map in WPF window, what Assemblies to reference... I managed it with windows user user control, I hosted UltraGrid inside of it, then added it in Window, but I still can not manage to simple add UltraGrid directly