DataGridView how move to last record?

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?
 
M

mtczx232

I use with 2.0 (datagridview is exist from 2.0) ,the datasource of
grid is datatable. I not use explicit with Databinding.
 
R

RobinS

How are you loading your grid if you're not using DataBinding?

Just loading the rows into it?

Robin S.
--------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top