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