I have an application that uses a TabbedMdiContainer with two Document Windows. One window contains a WPF DataGrid and the other contains the WinForms SyntaxEditor. If I double click a cell in the DataGrid and then click inside another WPF control, the DG cell edit ends, as expected. However, if I double click a cell in the DataGrid and then click inside the syntax editor, the DG cell remains stuck in edit mode. Is there anything I can do to prevent this behavior? Note that I can repro an analogous problem between a WPF ListBox and the SyntaxEditor; I imagine these are focus related issues.
BTW, I'm sending a sample application over that reproduces the issue.
Thanks,
-Craig
BTW, I'm sending a sample application over that reproduces the issue.
Thanks,
-Craig