So glad that they added support for currency tracking in the latest release but is there a way to track which items are selected in the datagrid if there is multiple that I can use with MVVM which doesn't have a direct reference to the control?
See post:
http://news.infragistics.com/forums/t/27581.aspx
Hello,
If by currency tracking you mean IsSynchronizedWithCurrentItem, in this case one one can be the SelectedItem (Record). This is a limitation in wpf, because the current item can be only one -> therefore only one selected item in the XamDataGrid -> ActiveRecord.
Alex.