Hi, i use a datagridview control to display data from a DataTable object (VS2005 ..NET 2.0). Data ediditing is not needed. If a row is selected and the user hits the return key, the next row in datagridview is selected. I want, that the hit of the return key is send to the form and the click event for the acceptbutton is fired. I assume that any property of datagridview is responsible. Somebody has an idea execpt for using a control derived from datagridview ? Thanks Michael