Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
up and down arrow navigation
posted

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.

  • 4850
    Offline posted

    You can set the CellClickAction to SelectCell or SelectRecord, e.g.

    <igDP:XamDataGrid.FieldSettings>

    <igDP:FieldSettings CellClickAction="SelectCell" />

    </igDP:XamDataGrid.FieldSettings>