Ah, thanks for that David, that would work.
I was trying to resolve a row sizing issue in Opera I'm having and thought
about setting the grid height, then changing the height on the last page to
size the rows correctly. The last page height would depend on the number of
rows.
http://msdn.microsoft.com/newsgroups/managed/default.aspx?&guid=&sloc=en-us&dg=m
icrosoft.public.dotnet.framework.aspnet&p=1&tid=a9062307-7386-453c-baf4-78a8afb5
e50c&mid=a9062307-7386-453c-baf4-78a8afb5e50c
I have resolved the issue with another 'hack', but your response would work
to get the number of rows in the last page.
Thanks,

Signature
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com
> Phil,
> Can't you just count them in Row Databound event? Then you could show that
[quoted text clipped - 13 lines]
> > only 4
> > rows on the last page, I need to know that there are only 4 rows.