Please have a look at the given screen shot. When the focus from the Row is lost the hover does not disappear.
For instance opening another pop-up by right-clicking and pressing Edit would highlight some row but the highlight color does not disappear.
This started after installing 2011.1
Any ideas?
Thank you for your response. Just a note that may help your team. This started to happen after I installed 2011.01 release. Before that the exact same scenario was ok.
Tahir
Hello Tahir,
I have been looking into this and was able to reproduce the behavior you have described. I also have been trying to override this behavior using the XamDataGrid’s exposed functionality, but to no avail. I am going to contact development to see if they can think of a way around this.
I’ll get back to you shortly. Thank you for your patience.
Is anyone even looking at this?
Any luck with this?
In the sample I have used ForceFocus custom function but even the simple Tab.Focus() has the same problem.
The thread sleep is used to show the delay between loading data and opening tab. During this delay don't move the mouse, which means that the mouse will be on few rows under the selected one and when the new tab is opened the hover doesn't disappear from it.