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

MouseMove event doesn't get fired

0 Answers 108 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ClausDC
Top achievements
Rank 1
Iron
Iron
ClausDC asked on 02 Nov 2011, 04:45 PM
internal WndMain()
{
            InitializeComponent()
this.GridViewLocalizations.MouseMove += new MouseEventHandler(GridViewLocalizations_MouseMove);
 
}
 
void GridViewLocalizations_MouseMove(object sender, MouseEventArgs e)
        {
}


"GridViewLocalizations_MouseMove" does not get called on moving the mouse over the GridView. Why?
How can I trap MouseMove events on a GridView?

And why can't I write outside of this code block anyway?? Man, Telerik sometimes...

No answers yet. Maybe you can help?

Tags
GridView
Asked by
ClausDC
Top achievements
Rank 1
Iron
Iron
Share this question
or