tabbar vertical text

If tabbar allows side tabs. It would make sense to be able to show vertical text or rotate the text to read on the side. Is there an option to do that?

I tried to put html with
to put each word on a line like this:

.addTab(“t1”, "


a

l

p

h

a

b

e

t

i

c

a

l
", “100px”);

Only the first three letters show. Why doesn’t the whole word show on the tab?

Have there been updates to the software to show vertical tab text?

We would recommend to use images to display rotated text - you can define img as tab Label. In this case label will look fine in all browsers.

the border is coming in 1st page in pagination and if i click the next grid pages it is not reflect to the remaining pages.

var val_array= masterGrid.getAllRowIds().split(",");

for (var i=0; i < val_array.length;++i) {
masterGrid.setCellTextStyle(val_array[i], 0, s);

}

the border is coming in 1st page in pagination

You’ve posted the question in the wrong branch.

Probably you are using dynamic loading and getAllRowIds() returns ids of the loaded rows.

If you want to change style for all rows, you may redefine div.gridbox_dhx_skyblue table.obj tr td css rule. The following will show bottom border:

div.gridbox_dhx_skyblue table.obj tr td { border-bottom-width: 1px; }