>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.
> Are you using databinding ? Are you using .Net 1.1 or .Net 2.0?
>
[quoted text clipped - 5 lines]
> > record. I not find Property like current_index thet can be set to last
> > record. How I do that?- Hide quoted text -- Show quoted text -
RobinS - 31 Jan 2007 23:39 GMT
How are you loading your grid if you're not using DataBinding?
Just loading the rows into it?
Robin S.
--------------------------------
>I use with 2.0 (datagridview is exist from 2.0) ,the datasource of
> grid is datatable. I not use explicit with Databinding.
[quoted text clipped - 9 lines]
>> > record. I not find Property like current_index thet can be set to last
>> > record. How I do that?- Hide quoted text -- Show quoted text -