Hello,
I have a DataGridView inside a form with some buttons. Two Buttons are used normally for navigation. ( I'm Using VB 2012)
Question : I would like to know if there is any simple way to navigate from row to row just by using Buttons?
Nota: My DataGridView isn't linked to any table or Database. The cells are just filled from Txt file.
Many Thx.