Hi,
According to MSDN the RowEnter fires when the grid is loaded as well as when the user selects a row other than the current row.
I dont know how well the VWG Datagrid follows this but I discovered it does not fire if the DGV is read only.
Changinging the DGV to ReadOnly = false cuses it to fire but then it never fires again.
By chance I discovered that if I have a handler for DataGridView1.SelectionChanged the RowEnter fires every time end doesnt take any notice if the DGV is ReadOnly or not
The DataGridView1.SelectionChanged handler does not need any code. Weird!
If I were you I would use a different event if possible
Cheers
Jay