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
160
How can I allow a user to navigate within XAMDATAGRID using keyboard (No mouse)
posted

Hi,

I have a scenario where my XamDataGrid has 3 columns. One column has checkbox's and other 2 columns are readonly.

User should be able to navigate through rows and should be able to check and uncheck the Checkbox in first column. My users will not use Mouse for selecting a checkbox/rows.

Please suggest me a way to select a row using keyboard keys.

 

  • 138253
    Offline posted

    Hello Rakesh,

     

    It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and I created a sample project for you with the functionality you want. Basically you are able to navigate through the Records by pressing up and down arrows and when you press Enter you change the value of the first Cell, which is a Boolean type.

     

    Feel free to write me if you have further questions.

    XDGNavigation.zip