Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vertical display of Header Text in Grid View ASP .NET

Tags:

c#

asp.net

Is there a way to display the headerText of the Grid View vertically?

http://img371.imageshack.us/img371/4813/testyk6.jpg

I hope the above link works

Thanks

like image 587
user21968 Avatar asked Jan 24 '23 01:01

user21968


1 Answers

I believe you'd have to use images. Either created at design time, or using a HttpHandler to generate images at run-time if they need to be dynamic. Make all of your fields use TemplateFields and place the image in the HeaderTemplate. Kind of tedious, but it's the only way I can think. Perhaps some third party grid controls can handle this.

like image 121
Travis Collins Avatar answered Feb 05 '23 05:02

Travis Collins