Using XamDataGrid 2011.1, what are the circumstances that would cause the SelectedItemsChanged event not to fire when CellClickAction = SelectRecord? I have a grid that is exhibiting this behavior.
Thanks,
Paul
Hello Paul,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Hi Stefan,
Its been a while since this thread was started. I am still having an issue with my grid settings. The example that you sent me didn't exactly address my problem. It would be more helpful if I could see an example where the grid is configured programmatically instead of through XAML.
I'm currently using the following line to set the CellClickAction:
this.myViewControl.Grid.FieldSettings.CellClickAction = CellClickAction.SelectRecord;
When I click on the row header, SelectedItemsChanged is fired and the row is selected. I want this behavior to occur when I click on any row cell as well.
I believe that this should be incredibly simple to do. Are there other properties whose values would prevent CellClickAction = CellClickAction.SelectRecord from being honored?
I'm using 11.2