Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
400
Cell Button won't go away
posted

I have a WebGrid with a cell of type Button. It has "CellButtonDisplay" set to the default of "OnMouseEnter". So when the mouse is pointed over the cell the button appears, and when the mouse moves away the button disappears.

However if the cell is at the edge of the grid (the first column) and the mouse moves to the left, off the grid, the button does not disappear.

I have put in Javascript to capture the MouseOut event, but it does no better. It will capture the MouseOut event if you stay in the grid, but if you are in the first column and move left, off the grid, the event will not fire. So the button will not disappear.

As a further problem, there is a Calendar control on the left of the grid. If you click on that control, and the calendar pops up covering the left of the grid, guess what? That stupid grid button will still not disappear even though it is covered up. It still shows there right in the middle of the calendar.

So, how do you get the button to disappear?

Parents Reply Children
No Data