I am creating a System.Windows.Forms.DataGridView in a vb.net project. I am using .Net 2.0 and VS2005. My data source is a text file not an SQL database.
I want to display the first ten records, then let the user page to the next ten records. Is there a QUICK way to implement this? I don't see a "pagination" property for the dataGridView.
I want to display the first ten records, then let the user page to the next ten records. Is there a QUICK way to implement this? I don't see a "pagination" property for the dataGridView.