Telerik UI for WPF
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 WPF
This is a migrated thread and some comments may be shown as answers.
Get number of visible rows
1 Answer
56 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Kennet
Top achievements
Rank 2
Kennet
asked on
18 Nov 2009,
09:30 AM
How can I get the number of visible rows that the grid can show (without scrolling the grid)
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
0
Accepted
Vlad
Telerik team
answered on
18 Nov 2009,
10:11 AM
Hi Kennet,
You can use
our powerful extension methods
:
void RadGridView1_LayoutUpdated(object sender, EventArgs e)
{
var count = RadGridView1.ChildrenOfType<GridViewRow>().Count;
}
Regards,
Vlad
the Telerik team
Instantly find answers to your questions on the new
Telerik Support Portal
.
Watch a
video
on how to optimize your support resource searches and
check out more tips
on the blogs.
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
Kennet
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Share this question
or
Copy link