Hi Support Team,I have XamDataGrid with few editable and non editable columns
When a row is selected by clicking the row selection icon as shown in the pic below, the entire row is getting selected.When an editable cell is clicked, the entire row is not getting selected.
My question here is whether it is possible to select a entire row by clicking on the editable cell of the XamDataGrid ? ORthe entire row can be selected only by clicking non editable fields and the row selection icon.Please give yours inputs.Thanks,Vim
Hello Vimal,
I am just checking if you require any further assistance on the matter.
I have been looking into your post and I have tested the behavior that you are describing and it seems that when clicking an editable cell, the record becomes active(see that attached screenshot). If you would like to select the record on clicking a cell, you can set the ‘CellClickAction’ to “SelectRecord” :
<igDP:XamDataGrid.FieldSettings>
<igDP:FieldSettings CellClickAction="SelectRecord"/>
</igDP:XamDataGrid.FieldSettings>
Let me know, if you need any further assistance on this matter.
Can anyone please help on this issue.