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

4.0.10417.16400 breaks prior enumeration code

Sort Posts: Previous Next
  •  09-01-2010, 9:21 PM Post no. 28557

    4.0.10417.16400 breaks prior enumeration code

    Installed the latest xceed grid and noticed code that enumerated Items bound to the grid that worked previously no longer runs.correctly anymore.

    Examples are:

                DataGridCollectionView view = (DataGridCollectionView)issueGrid.ItemsSource;

                foreach (IssueQuery issue in view)
    And
                foreach (IssueQuery issue in issueGrid.ItemsSource)
     
    This code no longer returns any IssueQuery objects unless I change the Foreach type to Object.
    Is this ByDesign or a bug?
  •  09-02-2010, 2:55 PM Post no. 28564 in reply to 28557

    Re: 4.0.10417.16400 breaks prior enumeration code

    Let me update this problem.

    Even if I do a foreach(Object item... the DataGridCollectionView will not return the records in it's collection.

    This looks to be a bug in the new Xceed Grid drop.  Can someone confirm?

  •  09-03-2010, 4:06 PM Post no. 28571 in reply to 28564

    Re: 4.0.10417.16400 breaks prior enumeration code

    Hi Mike,

    Yes, this was brought to our attention earlier this week, and has been confirmed as a bug. The development team currently has a fix request for it.

     


    Diane Lafontaine
    Technical Support / Technical Support Team Lead
    Xceed Software Inc.
  •  11-11-2010, 10:55 AM Post no. 29197 in reply to 28571

    Re: 4.0.10417.16400 breaks prior enumeration code

    Hi Mike,

    This is to inform you that this issue is now fixed in the latest version, which you can download in our Updates section: http://xceed.com/updates

     


    Diane Lafontaine
    Technical Support / Technical Support Team Lead
    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.