Welcome Guest Search | Active Topics | Sign In | Register

Multi Line Column Header Options
Norm M Zastre
Posted: Wednesday, October 13, 2010 2:56:36 PM
Rank: Newbie
Groups: Member

Joined: 6/22/2010
Posts: 1
Is it possible to have a multiline column header? iI so how is this accomplished? The following is not working for me....


<eo:StaticColumn width="140" HeaderText="Date Time<br>(yyyy-mm-dd hh:mm)" AllowSort="True" DataField="DateTime" >
<CellStyle CssText="text-align: center;padding:2px 0px 0px 0px;" />
</eo:StaticColumn>
eo_support
Posted: Wednesday, October 13, 2010 3:01:28 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

It should work (<br> should be <br /> just to be safe). The key is you also need to increase the Grid's ColumnHeaderHeight. If the column header uses background images (check whether Grid.ColumnHeaderStyle has a background image), then those images need to be replaced as well because they do not automatically resize with your Grid header.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.