This question is locked. New answers and comments are not allowed.
I am using version 2011.3.1220.1040 of your Silverlight Controls. We have an application that is Section 508 Compliant. Here are my questions.
1) Is there a way to distinguish between Focused and Current for the GridViewCell? We want to have a single focus adourner so that only one item in our application has focus. For example, when I tab into the gridview and use arrows to navigate, the cell that has focus has the adourner I want. But If I tab out of the GridView (and lose focus), I want a different adourner so it does not look like 2 things are focused. I don't see the proper visual state to change to achieve this. I only see Current and Selected Visual States and, as far as I can tell, Selected is only when you are editing. I think I need something like CurrentUnfocused...
2) Is there a way to sort columns using the keyboard?
3) Is there a way to open and close the filter dialog using the keyboard?
Thank You!
1) Is there a way to distinguish between Focused and Current for the GridViewCell? We want to have a single focus adourner so that only one item in our application has focus. For example, when I tab into the gridview and use arrows to navigate, the cell that has focus has the adourner I want. But If I tab out of the GridView (and lose focus), I want a different adourner so it does not look like 2 things are focused. I don't see the proper visual state to change to achieve this. I only see Current and Selected Visual States and, as far as I can tell, Selected is only when you are editing. I think I need something like CurrentUnfocused...
2) Is there a way to sort columns using the keyboard?
3) Is there a way to open and close the filter dialog using the keyboard?
Thank You!