Can I enforce the grid to select entire row when press on any cell in this row, The normal behaviour is to highlight the entire row but the selection rectangle set to a single cell.
Can you please help me.
I found the correct way to do it as follow
<igDP:XamDataGrid.FieldSettings>
<igDP:FieldSettings CellClickAction="SelectRecord"/>
</igDP:XamDataGrid.FieldSettings>