DataGridView how move to last record?

  • Thread starter Thread starter mtczx232
  • Start date Start date
M

mtczx232

I have form that have Datagridview. I want that grid stand on the last
record when form open. then user can move down one line to add new
record. I not find Property like current_index thet can be set to last
record. How I do that?
 
I use with 2.0 (datagridview is exist from 2.0) ,the datasource of
grid is datatable. I not use explicit with Databinding.
 
How are you loading your grid if you're not using DataBinding?

Just loading the rows into it?

Robin S.
--------------------------------
 
Back
Top