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
870
Move first, previous, next, last record navigation
posted

Is there a way to control the navigation of the grid rows using move first, previous, next and last; similar to MS Access's record navigator.

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    Yes, you could use the DataPresenterCommands of the XamDataGrid, like this :

    xamDataGrid.ExecuteCommand(DataPresenterCommands. ... );

Children
No Data