Hello everyone,
I have setted up a value for the AccessKey attribute, but, at runtime, I don't get the focus on the ultrawebtree control when I press the corresponding combination of keys.
I mention that the Section508Compliant atribute is setted to true,and acording to the documentation, the control should be accesible. A basic requirement of accesibility is that the control could be reached (in our case we should be able to move the focus on it) with keystrokes combinations, without the use of the mouse.
How can I access the Ultrawebtree control in this context? Why the Accessibility keydoes not move the focus on the control? What alternatives do I have in order to implement the accesibility with this control?
Thank you,
C.
Hello,Please take a look at the links below:http://news.infragistics.com/forums/p/15184/55875.aspx#55875http://news.infragistics.com/forums/p/11120/42208.aspx#42208
Thanks.
Hi Ivan,
These articles are not a direct answer to my question.
UltraWebTree control has a method called Focus(). How can I make this method work? Also, how can made functional the Accesibility features on the webtree?