ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2015-05-11 14:55:20

asparatu
Member
Registered: 2014-08-20
Posts: 196

Can you have Vertical Text inside a cell?

Hello Jing,
I was looking and didn't see it, but can you have vertical text in a cell like in Excel? I looked in editor program and seen you can only do horizontal text.
Shane

Offline

#2 2015-05-11 23:56:46

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Can you have Vertical Text inside a cell?

Hi Shane, vertical text display currently is not available. It might be supported in next versions but priority is low.

Offline

#3 2017-02-04 05:58:41

lisajcantrell
Member
Registered: 2017-02-04
Posts: 1

Re: Can you have Vertical Text inside a cell?

Yes, in firefox either the <tr> gets rotated and the rest of the column doesn't adjust OR, you can put a <div> inside the <tr> and experiment with setting the <tr> POSITION to RELATIVE and the contained <div> to ABSOLUTE and it's -moz-transform-origin: 0 50%; This will correct its position. To get the correct width and height, you may need to use jquery or something to set the <tr>'s width and height to the <div>'s height and width.

Offline

Board footer

Powered by FluxBB