I have datagridview in window application.
when i click first row ,color need to be "red"
when i come to second row,first row shd back to its color(redless) &
second row have to be red..
datagridview_cellclick
{
datagridview.RowsDefaultCellStyle.BackColor = Color.Yellow
}
when i leav the click and comes to next row click,color change coding have to be written under what events?????