473,761 Members | 1,784 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Find datagrid height dynamically

RJN

Hi

I need to find the datagrid height dynamically based on the no. of
records in the grid. I have set the height for the Item style and
alternating item style. But I can not depend on this since some of the
records might get wrapped and hence I need to find this dynamically.
Based on the grid height, I need to align another table in my page. Is
there a way to do this?

Thanks

rjn
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #1
3 1496
It's a client-side task. You should read/set table height in onload and
resize client events.

Eliyahu

"RJN" <rj*@yahoo.co m> wrote in message
news:Oo******** ******@TK2MSFTN GP12.phx.gbl...

Hi

I need to find the datagrid height dynamically based on the no. of
records in the grid. I have set the height for the Item style and
alternating item style. But I can not depend on this since some of the
records might get wrapped and hence I need to find this dynamically.
Based on the grid height, I need to align another table in my page. Is
there a way to do this?

Thanks

rjn
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 18 '05 #2
RJN
I couldn't get the height on the client side. I tried table.style.hei ght
and row.style.heigh t.


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #3
Try table.offsetHei ght or table.height.

Eliyahu

"RJN" <rj*@yahoo.co m> wrote in message
news:eX******** ******@TK2MSFTN GP09.phx.gbl...
I couldn't get the height on the client side. I tried table.style.hei ght
and row.style.heigh t.


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3026
by: Simon | last post by:
Can any one please tell me how to set the width of my datagrid coloums after I have put them into edit mode? At the moment I bind the datagrid to a returning dataset; DataGrid1.DataSource = f.GetData("storedprocedure") DataGrid1.DataBind() This populates my datagrid.
1
1994
by: Stephen | last post by:
I have a datagrid and i'm trying to fix the width of one of the columns to be exactly 300px. My problem is that one of the records fields(CompanyName) is really long and has no spaces so it streches the whole datagrid accross the screen. Has anyone else ever experienced this problem and is there any way of fixing it. Basically my datagrid is streching to about 120% because of this one record. Would love to work out how I can change this...
0
928
by: Kalaora luc | last post by:
With a datagrid : PreferredRowHeight sets all rows to the same height, whether the text needs to wrap or not. I would like to dynamically adjust the row height for those rows of the datagrid that require it as necessary. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
3
1100
by: Mortar | last post by:
how would i write text out below a datagrid, if the datagrid is dynamic? i tried putting the datagrid in the 1st row of a table, and the text in the 2nd, but for some reason when i do that, the onItemDataBound function for the datagrid stops working. The only way I can get it to work again, is to take it out of the table, click on the lightning bolt icon, and double click the function to create it again.
0
1930
by: Serdar Kalaycý | last post by:
I have a DataGrid in my WebForm. I set its Height propert to 1px because if I give it a big number and there's less records then expected, it extends the rows giving a silly layout. So it gets longer as the records appear. But I'd like to add some textboxes to add a new record to the database (as I see, there's no method of datagrid to add new records) below the DataGrid and I'd like to set their Location dynamically exatly where the...
5
2279
by: AC | last post by:
Any reason i'm having trouble with: DataGrid1.Columns(7).ItemStyle.HorizontalAlign = HorizontalAlign.Right I'm trying to directly set the column alignment of a datagrid created at runtime.. AC
5
1876
by: Kat | last post by:
Hi, I'm trying to set up an asp.net page using flow layout so I'm putting all my controls into a table grid, etc. I use several radiobuttonlists and datagrids that are generated from datasource. The radiobuttonlists are fine, they size depending on how many item are called into it. However, the datagrids, prior to filling with data contain FIVE "Databound" items and the grid does not shrink if it is filled with only 2 for example....
4
2725
by: skOOb33 | last post by:
I successfully autosized the columns and rows on my Datagrid, and am now facing another issue. Having the sorting ability by clicking the column headers is key, but when I do that, it resizes all my rows back to their defaults. I populate the datagrid, resize it accordingly and it works fine...just when I click the headers is when it messes up. It would be fine if I could run my autosizing again after the sorting is done since there...
1
1106
by: Octopus0 | last post by:
hi, i have a problem in row size when I set the page size. for eamlple if i set the page size of a datagrid to 8 rows and there is only two rows in the grid, then the hieght of the rows become wider. and if i set page size 15 and there is only two rows the the height of rows will beome wider than the one of 8 page size there must be something to let the grid change it's rows height dynamically when the paging property is set...
0
9554
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9377
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10136
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9989
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9925
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3913
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3509
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2788
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.