473,614 Members | 2,335 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

web datagrid column width

nj
I am trying to set the width of a single column in the datagrid. What is happening is the column seems to stretch to try to accomodate the length of the data contained in it. I want to have it only x number of pixels wide and the data to wrap if necessary. I have tried several things to set the column width but it seems to ignore everything I try.

I have tried:
1. Setting the width of the grid to be 50% - still stretches across entire screen.
2. Executing e.Item.Cells(0) .Width = New Unit(100) in the itemdatabound event- doesn't do anything
3. Executing e.Item.Cells(0) .Width = New Unit(100) in the itemcreated event- doesn't do anything

The grid itself is contained in an html table because there are several other grids on the screen and I want to make sure they don't overlap each other.

Any ideas of what I may be doing wrong or how to make it work... If it will

Thanks
Nov 18 '05 #1
2 2712
You don't have full control over column width. The browser considers your
instructions as recommendations . You can trick it a bit though. If I want a
column to be as narrow as possible, I set its width to 1px. Then it will get
the width of the longest first word in the column and the next words will be
wrapped.

Eliyahu

"nj" <nj@discussions .microsoft.com> wrote in message
news:F0******** *************** ***********@mic rosoft.com...
I am trying to set the width of a single column in the datagrid. What is happening is the column seems to stretch to try to accomodate the length of
the data contained in it. I want to have it only x number of pixels wide and
the data to wrap if necessary. I have tried several things to set the column
width but it seems to ignore everything I try.
I have tried:
1. Setting the width of the grid to be 50% - still stretches across entire screen. 2. Executing e.Item.Cells(0) .Width = New Unit(100) in the itemdatabound event- doesn't do anything 3. Executing e.Item.Cells(0) .Width = New Unit(100) in the itemcreated event- doesn't do anything
The grid itself is contained in an html table because there are several other grids on the screen and I want to make sure they don't overlap each
other.
Any ideas of what I may be doing wrong or how to make it work... If it will
Thanks

Nov 18 '05 #2
nj,

It may depend on the content in the cell. If that content has no break
points (a space, hyphen, etc.) that the browser will automatically wrap on
then that may be the cause. Each browser treats this situation differently.
The safe thing to do, if it is that the content has no break points, is to
insert some character that the grid will wrap with.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"nj" <nj@discussions .microsoft.com> wrote in message
news:F0******** *************** ***********@mic rosoft.com...
I am trying to set the width of a single column in the datagrid. What is happening is the column seems to stretch to try to accomodate the length of
the data contained in it. I want to have it only x number of pixels wide and
the data to wrap if necessary. I have tried several things to set the column
width but it seems to ignore everything I try.
I have tried:
1. Setting the width of the grid to be 50% - still stretches across entire screen. 2. Executing e.Item.Cells(0) .Width = New Unit(100) in the itemdatabound event- doesn't do anything 3. Executing e.Item.Cells(0) .Width = New Unit(100) in the itemcreated event- doesn't do anything
The grid itself is contained in an html table because there are several other grids on the screen and I want to make sure they don't overlap each
other.
Any ideas of what I may be doing wrong or how to make it work... If it will
Thanks

Nov 18 '05 #3

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

Similar topics

9
3939
by: web1110 | last post by:
Hi y'all, I have resized the columns in a DataGrid and I want to set the width of the DataGrid to fit the columns. Just summing the column widths is too short due to the grid and gray row selection column on the left. I have the widths of the columns. What other values do I need to include in the DataGrid width? Thanx,
2
6390
by: CSL | last post by:
I am using the DataGrid in a Windows Application, how can I adjust the widths of each column individually.
6
2740
by: Agnes | last post by:
I understand it is impossible, but still curious to know "Can I freeze several column in the datagrid, the user can only scroll the first 3 columns (not verical), for the rest of the coulumn, it is freeze.
2
1771
by: cj | last post by:
I was looking over some of my 2003 code today (see below) that loads a foxpro table via oledb connection. I used a sub "autosizecolumns" I found on the web but I never quite understood why they said the style name had to be the same as the table name. Perhaps the are refering to ts1.mappingname must be the same as the table name (datagrid1.datamember) because I've read that that is how the datagrid associates a style with what it's...
2
6581
by: =?Utf-8?B?Y3JlYXZlczA2MjI=?= | last post by:
I have a nested datagrid in a xaml file, the parent datagrid loads the vendor information and the details loads the documents for that vendor in a datagrid. Everything is working fine until I click in the child datagrid and then go to the combobox and choose another vendor. When the new vendor is loaded nothing shows in the datagrid but the itemsource shows the info is there. Know if I click on the child cell and then click back on the...
0
8197
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
8142
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
8589
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...
0
8443
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7114
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6093
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5548
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4058
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2573
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

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.