datagridview move cursor to end of table
I have this very simple problem, that I can't find any answer's on the net. I wasted a good part of yesterday trying to find the answer. Here goes:
I have a datagridview. I programmed a New button (by passing the toolstripAddNew). My line is created at the bottom of the grid, but my cursor is at the top. How do I move the cursor to the end.
Thank you very much in advance :)
Roberto