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
250
XamDataGrid tab index
posted

Hi team,

Is there any way to modify the default tab behavior of XamDataGrid?

Currently, hitting the tab button moves the cursor to the column on the right hand side.

However, my requirement states that rather than moving sideways (right hand side) on hitting the tab key, I need to move the cursor to the next row in the same column.

Once all the cursor reaches the last line of the column, hitting the tab key should move the user to the first row of the next column.

Also the requirement states that hitting the tab key on the last column of the grid should move the cursor to the first row and column of the next grid below it.

Please suggest how this can be achieved.