Adjusting Column Width ...Wrapping Column Name
Hi, I've created a list with several columns. The column names are big and hence taking bigger display area, as they are displayed in one Line. Is it possible to wrap the columnname or is there isa way to dynamically change the column width aswe do in Excel. Any help is appreciated. Sharepoint.net
May 21st, 2008 5:44pm

If you display the list in datasheet view you will get an Excel like experience through the browser. In this view you can select the entire row and set the default column width - right-click to show the column width option.You will also notice a "Turn wrap Text On/Off" option which allows you to define whether the text in the displayed cells wraps. The "Edit in Datasheet"option appears on the list's Actions menu (SharePoint Server 2007/WSS 3.0). Alternatively, you can create a custom datasheet view, which allows you to define which columns you would like displayed. Hope this helps,Emer
Free Windows Admin Tool Kit Click here and download it now
May 22nd, 2008 11:56am

Write the below mentioned at the top of your NewForm.aspx page. <style type= "text/css"> nobr {white-space: normal}; width : 225px; </style> rajdeep Moderator Note: NEVER propose your own posts. The function is to enable you to propose the good answers of other people. NOT your own posts.
June 17th, 2011 7:59am

Write the below mentioned at the top of your NewForm.aspx page. <style type= "text/css"> nobr {white-space: normal}; width : 225px; </style>rajdeep
Free Windows Admin Tool Kit Click here and download it now
June 17th, 2011 8:04am

HI, You can do this by modifying the referred Css files. I hope this will help you out. Thanks, Rahul Rashu
June 17th, 2011 3:28pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics