Home - Forums-.NET - FlyGrid.Net (Windows Forms) - onMouseLeave issue

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

onMouseLeave issue
Link Posted: 05-Oct-2005 03:44
Hi,
I've overriden the flygrid control as :

Public Class myGrid
    Inherits NineRays.Windows.Forms.FlyGrid

    Protected Overrides Sub OnMouseLeave(ByVal e As System.EventArgs)
        MsgBox("mouse leaves")
    End Sub

End Class


issue is that the event is triggered not only when the mouse leaves the grid but also when you click on a cell of the grid, why ?? Is that a bug ?
Link Posted: 07-Oct-2005 01:25
Yes, this incorrectness will fixed in the next version that will published at the beginning of the next week.
Link Posted: 07-Oct-2005 01:42
Ok.Thanks