Telerik UI for WinForms
Overview
Demos
Roadmap
What's New
Roadmap
Release History
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Try now
close mobile menu
Telerik Forums
/
UI for WinForms
This is a migrated thread and some comments may be shown as answers.
Scroll to bottom of the grid
1 Answer
107 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.
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
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();
Add a comment
Submit comment
Cancel
Answer this question
Drag and drop files here or
browse
to attach...
Browse
for files to attach...
Supported file types: PNG, JPG, JPEG, ZIP, RAR, TXT. Max total file size - 20MB.
Submit answer
Cancel
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
Copy link