As you can see in your sample (http://es.infragistics.com/community/blogs/petar_monov/archive/2013/02/18/xamdatagrid-selecteditems-for-mvvm.aspx),
selecteditems on focused cell doesn't work anymore with the latest service release.
Hello,
I am just checking your progress on the issue. Please do not hesitate to let me know if you have any further questions on the matter.
I have been looking into your issue. The sample application from the link you have provided has functionality to select records only. I can suggest to take a look at the following forum thread, where a similar functionality is discussed: http://es.infragistics.com/community/forums/t/80298.aspx.
Using the sample application provided you can modify it to select cells too. I have attached a file with the needed modifications. Then the MainWindow.xaml file has to be changed as follows, where SelectedItems is a property from your ViewModel:
<i:Interaction.Behaviors>
<b:XamDataGridSelectedItemsBehavior SelectedItems="{Binding SelectedItems}"/>
</i:Interaction.Behaviors>
Please do not hesitate to let me know if you have any further questions on the matter.
If you select cells in the grid, not the complete row, the output will tell you that you've selected no items. Thats wrong and worked in earlier versions. I'm not totally sure if the SP broke the functionality but I thought it worked before I upgraded my IG components.
Thank you for your post. I have been looking into the sample application attached in the blog post you have referenced. I have changed assembly references with the once from the latest service release for 13.1- 2108 and could not see a difference in the samples behavior with the two versions.
Would you please further explain the scenario, where the issue is reproducible and how the new service release breaks the application?
Looking forward to hearing from you.