I need write code for go next line when click enter on column Address
I have data gridview have 4 column
ID,Name,Address,Amount
I need when click enter key on any cell on column Address go to next line after press enter key .
I using this datagridview to get data from database based on datatable so that datagridview i used for search only .
So actually i need when access column Address and press enter go to next line .
based on rows exist on datagridview .
i dont need to add rows to gridview only i need to go to next line when press enter key on column Address .