Welcome to the Xceed Community | Help
Community Search  
More Search Options

Xceed WPF DataGrid Update 4.3 - UI Freezing

Sort Posts: Previous Next
  •  01-11-2012, 8:57 AM Post no. 31542

    Xceed WPF DataGrid Update 4.3 - UI Freezing

    Attachment: Xceed43StyleBug.zip

    Hi!

    I'm using the WPF DataGrid v4.3.11623.12010. The UI of the DataGrid is freezing after switching the content of the MainWindow.

    In the attachment you will find an demo application! When you Click on the Formular-Button and go back to the ListView, the datagrid content is frozen (to unfreeze e.g. maximize the window).

    Maybe the UpdateLayout of the DataGrid won't work correctly if Font-Styles are used.

     <Window x:Class="Xceed43StyleBug.MainWindow"
            xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
            Style="{DynamicResource Window}"

    Is there a solution for that issue?

    Best regards,

    Martin

  •  01-11-2012, 10:56 AM Post no. 31543 in reply to 31542

    Re: Xceed WPF DataGrid Update 4.3 - UI Freezing

    I'm also running into a similar issue with the 3.5 .NET version (3.9 of the data grid).

     

    The data grid is in a tab.  If I switch tabs, then back to the data grid tab, and group or ungroup, the data grid freezes up and displays everything wrong.  Only way to fix it is to cause it to Measure (by resizing the window) or by change tabs again.

     In addition, if I make the window small (which resizes the datagrid to a smaller size), switch tabs, make the window large, then switch back to the data grid tab.  The data grid will freeze up and stop resizing to fit the window any longer. 

  •  01-11-2012, 3:04 PM Post no. 31546 in reply to 31543

    Re: Xceed WPF DataGrid Update 4.3 - UI Freezing

    Until the new version (3.8 - 4.2) everything works fine.

    At the moment we decrease the DataGrid-height one pixel and aftwards set the datagrid height back to double.NaN - in the GotFocus-Event of the datagrid.

    I hope the Xceed-Team will fix the "Bug", thanks in advance!

  •  01-11-2012, 4:20 PM Post no. 31547 in reply to 31546

    Re: Xceed WPF DataGrid Update 4.3 - UI Freezing

    Something like this:

    void DataGrid_GotFocus(object sender, RoutedEventArgs e)
     {
          if (xcdg.ActualHeight > 1)
          {
               var height = xcdg.ActualHeight;
                    xcdg.Height = --height;
                    xcdg.Height = double.NaN;
          }

    }

  •  01-16-2012, 10:42 AM Post no. 31561 in reply to 31543

    Re: Xceed WPF DataGrid Update 4.3 - UI Freezing

    Hi Isaac, 

    Could you send us a sample application (on .net 3.5) that reproduces the problem so that we investigate this in more detail?

    You can send it to support@xceed.com. Please include a reference to this forum thread in your email.

     


    Best Regards,

    Michel Dahdah
    Technical Support
    Xceed Software inc.
  •  01-18-2012, 2:31 PM Post no. 31576 in reply to 31561

    Re: Xceed WPF DataGrid Update 4.3 - UI Freezing

    Attachment: Release 4.3.12068.zip

    Hi Guys, 

    Please find attached updated dlls that should be able to solve the issue. 

     Release  3.9.12068.zip is for .net 3.5 and lower. 

     Release 4.3.12068.zip is for .net 4.0. 

     

    Please give me your feedback here if this solves your issue.  


    Best Regards,

    Michel Dahdah
    Technical Support
    Xceed Software inc.
  •  01-18-2012, 2:32 PM Post no. 31577 in reply to 31576

    Re: Xceed WPF DataGrid Update 4.3 - UI Freezing

    Attachment: Release 3.9.12068.zip
    Release  3.9.12068.zip
    Best Regards,

    Michel Dahdah
    Technical Support
    Xceed Software inc.
  •  01-20-2012, 5:46 AM Post no. 31592 in reply to 31576

    Re: Xceed WPF DataGrid Update 4.3 - UI Freezing

    Hi Michel,

    it seems that  the issue is solved - for the Release 4.3.12068!

    Thanks a lot!

  •  01-24-2012, 9:22 PM Post no. 31604 in reply to 31592

    Re: Xceed WPF DataGrid Update 4.3 - UI Freezing

    Great! 

    This fix will be included in the official release coming next week.  


    Best Regards,

    Michel Dahdah
    Technical Support
    Xceed Software inc.
  •  01-26-2012, 2:09 PM Post no. 31614 in reply to 31604

    Re: Xceed WPF DataGrid Update 4.3 - UI Freezing

    Hi,

    Please note that this has been fixed in the latest release which was released today.


    You can download it from the following link:


    http://xceed.com/Grid_WPF_Intro.html 

    Best Regards,

    Michel Dahdah
    Technical Support
    Xceed Software inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.