I have a problem with datagridview in my windows form application. I set AllowUserToAddRows=true, so on user double click on last blank rows, the selected cell goes in edit mode and when user write something in the textboxcolumn a new row is added.I have a problem with datagridview in my window