Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Re: No change notification for SelectedItems Dependency Property

  •  05-05-2008, 9:38 AM

    Re: No change notification for SelectedItems Dependency Property

    Hi Todd,

       We did see your first post, but couldn't respond at the moment. Thank you for your patience.

       We noted your suggestion regarding the selection changed event. At the moment, you can receive notification regarding the selected items by using this little trick:

       INotifyCollectionChanged selectedItems = grid1.SelectedItems as INotifyCollectionChanged;

       selectedItems.CollectionChanged += myHandler;

     
     


    Marc Laroche
    Software Developer
    Xceed Software Inc.


    I don’t suffer from insanity, I enjoy every minute of it. - Unknown
    Filed under:
View Complete Thread
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.