Is there a setting on the xamDataGrid to allow the up and down arrow to move up and down rows, when a field is editable? Or, do I have to capture the keystroke and call the nextrecord command myself?
Thanks.
You can set the CellClickAction to SelectCell or SelectRecord, e.g.
<igDP:XamDataGrid.FieldSettings>
<igDP:FieldSettings CellClickAction="SelectCell" />
</igDP:XamDataGrid.FieldSettings>