Hi,
We have multiple grids in our application and sometimes it is hard to know where the focus is as the active row continues highlighted even when a grid doesn´t have the focus, there is any flag or workaround for this?
Thanks
Hello,
The proposed solution worked as a charm, thank you guys!
Hello jcmarq,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
There's no property for this. But you could handle the Enter and Leave events of the grid and change the grid.DisplayLayout.Override.ActiveRowAppearance. Or even set ActiveAppearancesEnabled to false in the Leave event and back to true in the Enter event - that would be simpler.
The focus rectangle is not so easy too see, there is any way to change the active row style so when the grid has the focus it is more visible?
This could be determined clearly from the focus rectangle surrounding the active row, please take a look at the screenshot attached to this post and observe the difference.
Feel free to let me know if I misunderstood you or if you have any other questions.