In the XAML, I have this code
<igDP:FieldLayout.FieldSettings>
<igDP:FieldSettings AllowRecordFiltering="True" CellClickAction="SelectRecord" AllowEdit="False"/>
</igDP:FieldLayout.FieldSettings>
Here, the CellClickAction is for the left click. Is there some corresponding Action for the right click as well to select the record. I want the record to be selected both on the left and the right click