find height of a datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Id there a why to find the height of a gridview after it has been created?
Some lines will wrap making the gridview londer or shorter depending on the
current page index.

Reason: I'm attempting to use the rounded corners (RoundedCorners Extender)
And i need to resize the panel to the specific height of the gridview.
I tried to set RoundedCorners Extender directly on the gridview but this
forced it of screen for some reason (except in FireFox!!!!)

Thanks
KES
 
Id there a why to find the height of a gridview after it has been created?
Some lines will wrap making the gridview londer or shorter depending on the
current page index.

Reason: I'm attempting to use the rounded corners (RoundedCorners Extender)
And i need to resize the panel to the specific height of the gridview.
I tried to set RoundedCorners Extender directly on the gridview but this
forced it of screen for some reason (except in FireFox!!!!)

Thanks
KES

hi...

if you can work in client side then perhaps you can use javascript to
access dom
and findout the grids height...

Thanks
Masudur
http://munnacs.110mb.com
 
would the height of the row be available? I'm thinking i'm going to need to
find it during rowdatabound, but can't get what the element id is?

Thanks
KES
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top