I would like to know is there a way I can use stlye triggers to set Record.IsSelected based on a condition in a record set?
Hello,
Thank you for your post. I have been looking into it and I can say that you are not able to set the IsSelected Property of the DataRecordPresenter via Style, because this Property is set internally by code.
Hope this helps you.
The problem I have is when I load a datagrid I want to set selected records based on a criteria, however I'm having trouble trying to do so using MVVM. I've attached a sample project were I was trying to preselect records based on sex when the datagrid loads.