This is a migrated thread and some comments may be shown as answers.

Scroll to bottom of the grid

1 Answer 278 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Agustín Gómez
Top achievements
Rank 1
Agustín Gómez asked on 09 Aug 2011, 11:06 PM
Hi,

How can i scroll to bottom of the grid?

I need to see child template of a new row.

With the following code i only see the new row.

grid.TableElement.ScrollToRow(e.Row);

Thanks.

1 Answer, 1 is accepted

Sort by
0
Agustín Gómez
Top achievements
Rank 1
answered on 10 Aug 2011, 05:08 PM
I solved it.

After the userAddedRowEvent i do this
grdPrecios.TableElement.VScrollBar.PerformLast();
Tags
GridView
Asked by
Agustín Gómez
Top achievements
Rank 1
Answers by
Agustín Gómez
Top achievements
Rank 1
Share this question
or