Dear Infragistics-Team,We are very satisfied with your .Net components. Especially Ultragrid improved a lot of functions in our software.But one of our customers requested information about the accessibility for blind or deaf people.I read on your website about "Section 508 of the Rehabilitation Act", which was very helpful.Ultragrid should fully meet Section 508 requirements. We try to understand and improve disabled peoples' work with the grid, but we couldn't get anyinformation about the standard functions available by key bindings.Could you please give me information about the standard key allocations available inside the grid and/or options somebody can use without moving a mouse and just typing.For example how to activate a cell without clicking and so on.If it's possible to open up more functions by keys I would be pleased much about information to this topic, too.Thanks in advance
Hi,
Glad you are happy with our product. From the page, http://es.infragistics.com/resources/accessibility.aspx you can download the VPAT for our Windows Forms controls which describes how our Windows Forms controls comply with the Section 508 Accessibility standards of the U.S. government.
Our Presentation Layer Framework relies on KeyActionMappings to provide the controls with extensible keyboard functionality. You can find information on the default KeyActionMappings for the UltraGrid control class on the following page in our online help,
http://help.infragistics.com/NetAdvantage/WinForms/Current/CLR2.0/?page=Infragistics2.Win.UltraWinGrid.v10.3~Infragistics.Win.UltraWinGrid.UltraGrid~KeyActionMappings.html
In addition to a table with the default keyboard action mappings, the code example for that property illustrates how you can go about adding a custom key action mapping that you might need to do in your own software.
HTH,