I'm trying to find a way that when the user presses the Enter button on the keyboard the Xamdatagrid will go to the next record. I couldn't get KeyBindings to work for me. Is there a way I can get an example?
Nevermind I solved it using the following:
<igDP:XamDataGrid.InputBindings> <KeyBinding Command="{x:Static igDP:DataPresenterCommands.RecordBelow}" Key="Enter" /></igDP:XamDataGrid.InputBindings>
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.