How to make GridView accessible
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hey guys, I've got a datagrid that needs to be accessible i.e. A user should be able to tab into the rows of that datagrid one at a time. Right now the tab order works for every single link on the page (including the columns of datagrid which happened to be links) but not the rows which have a few clickable links in them (in other words a user can click on those colums and they need to work with tabs alss) Is there an easy way to fix that? Can someone please help! Tina
modified on Wednesday, December 16, 2009 10:38 PM