Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
UltraWinGrid used by MDI forms wrapped inside WPF application
posted

Hello,

We have been using UltraGrid for a while for developing WinForms MDI applications. Recently we replaced top level UI layer with WPF application. That created a weird issue of automatically closed drop down inside UltraGrid. I created small stand alone application to reproduce the problem. The application consists of top level WPF window hosting WinForms form defined as MDI container. This form contains another WinForm, so UltraGrid basically added to the controls of this form. The UltraGrid defines some columns with DropDownList style and uses UtraDataSource. The application compiles with Infragistic4.Win.v14.1 assemblies. The UltraGrid control is showed and populated correctly including drop down lists. However, when a drop down opened, it automatically closes after a small timeout that occurs inside Infragistics code.

If it helps, I can provide the sources of the stand alone application to demonstrate the problem.

So far it seems to be the only issue with the current architecture, so we need a workaround for this problem.

 

Thanks,

Leo.

Parents Reply Children
No Data