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?
Could someone help me with this annoying issue?
We have upgraded to the new version hoping that there will be improvements. It is extremely fustrating when a grid that was working previously now is not. Our users are complaining, what should we say to them?
Tahir
Hello Tahir,
I have been looking into your issue and had tried to replicate it to no avail. I suppose you have some styling functionality implemented that could be affected by some internal code changes. Please let me know if this is reproducible within the Feature Browser samples, or is it in your project only so I can further investigate it.
Thanks in advance.
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.
Any updates on this please?
Would really appreciate for some updates on this.
We have been further investigating this behavior and it turns out, that there is an issue (81814), with the DataPresenter, we should fix. Here is the support ticket number: CAS-67755-LZHMGJ, I have created on your behalf. I am going to link it to development issue: 81814 so that you get automatically updated when a Feature Release containing the fix is available for download. You can get the new version from our website’s “My IG”, “My Keys & Downloads” tags: https://ko.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads
You can also monitor the support ticket’s progress through the “My Support Activity” tag: https://ko.infragistics.com/Membership/MySupport.aspx
Also you can try retemplating the DataRecordCellArea and use IsMouseOver property triggers to do hover styling instead of HoverBegin and HoverEnd event triggers that the default templates use.
Hi,
The fix did resolved the problem of multiple rows being selected however, there is still problem with multiple rows being in gray color (for some reason). Please find attached an image of this.
I have a refresh button on the grid that simple reloads the data and sets the DataSource of the grid. Each time I click that it highlight (in gray) different rows.
I have the latest version of the controls (SR1).
Any idea why?