I have a cell style that i am testing out. i need it to be similar to the pic of the Win IG Grid that had some sort of button column.
the style i have modified is just updating the 'MouseOver' element of the cell style, adding a border and changing the background color.
the issue is when i select a row, the mouseover state doesnt seem to happen because i do not see the mouseover element
Please see attached doc for pics
is the some way to fix this?
thanks
finally got a chance to get back to this..
that worked out great, thanks
Hi,
Sure, just make sure the element that you're toggling for the MouseOver VisualState, has a higher z-index than the element for the Selected VisualState.
Hope this helps.
-SteveZ