This is a migrated thread and some comments may be shown as answers.

Popup on Row MouseOver/Out issue

1 Answer 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 15 Nov 2010, 04:08 PM
Hello,

Having a minor display issue with the client events rowmouseover/rowmouseout.  I think it's more of a JS/HTML issue than a telerik issue.  But to confirm: I display a popup when the user mouses over a row in the grid.  The issue is that when the user doesn't mouse out of the row, but mouses across cells in the same row, this triggers the mouseout/mouseover events.  Is there a way to circumvent that?  I have an idea of what I can do, but I was wondering if there is something built-in that I could adjust for this issue.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 18 Nov 2010, 05:07 PM
Hello Brian,

The described behavior is expected for the grid. The cause of this is that the intermediate event is fired on mouseover on each element of the grid - td.
To implement the desired functionality, I recommend that you cache the row index and open the window only if the current row index is different than the previous one.

I hope this helps.

All the best,
Mira
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or