Code Monkey home page Code Monkey logo

Move next, move last, add new, delete buttons ,Progress bar present in the corner and sorting functionality in the grid is not accessible using keyboard keys: A11y_.NET CoreWinforms_DataControls_Upper section_Keyboard about winforms HOT 9 CLOSED

PoojaNamde avatar PoojaNamde commented on September 27, 2024
Move next, move last, add new, delete buttons ,Progress bar present in the corner and sorting functionality in the grid is not accessible using keyboard keys: A11y_.NET CoreWinforms_DataControls_Upper section_Keyboard

from winforms.

Comments (9)

John-Qiao avatar John-Qiao commented on September 27, 2024

If the current cell is bindingNavigatorPositionItem in BindingNavigator control: we can use Alt + Left/Right arrow to move the focus to last or next. And we can use Alt + Down arrow to expands the corner in BindingNavigator. But as far as I known the ProgressBar control is not accessible.

For DataGridView control, we can click F3 to sorting cells in column. To delete the row, we can use Ctrl + A to select all, then click Up/Down arrow to focus on specific row and click Delete keyboard.

11440-testresult.mp4

from winforms.

merriemcgaw avatar merriemcgaw commented on September 27, 2024

All of the expected keyboard navigation behaviors can be found here

from winforms.

Yash14j avatar Yash14j commented on September 27, 2024

Github Tags:#Rev:yaja;

from winforms.

merriemcgaw avatar merriemcgaw commented on September 27, 2024

@John-Qiao how does the user get to the buttons in the first place? Can we go into the ToolStrip? Can you set TabStop on the whole strip?

from winforms.

John-Qiao avatar John-Qiao commented on September 27, 2024

@merriemcgaw @Tanya-Solyanik we had set the TabStop = True for bindingNavigator in that App, does the "first place" mean 'Move first' button in the bindingNavigator? If yes, we can use the Tab or Right/Left arrow key to focus on it when it is enabled.

11440-testresult-2.mp4

from winforms.

merriemcgaw avatar merriemcgaw commented on September 27, 2024

@PoojaNamde can you clarify what's missing here?

  • F3 key to sort by the current column
  • MoveNext/Move last are available in the ToolBar as long as there are more rows in the list.
  • MovePrevious/Move First are available if you are not on the first row in the grid.
  • ProgressBar is just for display purposes and has no function in this sample app. It is just there to show we can have one.

I don't think there's anything missing from the functionality. @PoojaNamde please help us understand next steps here.

from winforms.

PoojaNamde avatar PoojaNamde commented on September 27, 2024

@merriemcgaw

  1. F3 key for sorting is working.
  2. Alt + Left/Right arrow to move the focus to last or next is not working.
  3. To delete the row, we can use Ctrl + A to select all, then click Up/Down arrow to focus on specific row and click Delete keyboard.

Could you please provide the working keys for move next or last. Also could you pls provide confirmation whether these keys are documented.

from winforms.

merriemcgaw avatar merriemcgaw commented on September 27, 2024

As I mentioned earlier the keys are all documented here

The alt+ arrow keys should be used when focus is in the DataGrid, not from the ToolStrip. Have you tried that?

from winforms.

PoojaNamde avatar PoojaNamde commented on September 27, 2024

Keys provided in the document are working as expected and we are able to access all the controls, hence closing the bug.

  1. F3 key for sorting is working.
  2. Alt + Left/Right arrow to move the focus to last or next is not working.
  3. To delete the row, we can use Ctrl + A to select all, then click Up/Down arrow to focus on specific row and click Delete keyboard.
  4. pg dn to move last and pg up to move first.

Document: https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls/default-keyboard-and-mouse-handling-in-the-windows-forms-datagridview-control?view=netframeworkdesktop-4.8

from winforms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.