I have using MySqlDataTable with FetchAll = false and DataGridView.datasource, how can i positioning to the
record in the DataGridView if it still is not loaded?
es.
A MySqlDataTable whit 10000 records;
DataGridView view the first row;
How i can go to the row 5000?
Thanks,
Massimo
			
									
									
						MySqlDataTable with FetchAll
Try 
			
									
									
						Code: Select all
MySqlDataTable.StartRecord = 5000;