Hello,
is it possible to vertial align the Content within a Cell?
I´ve only found solution to do this via Javascript, but we load and setup our grids via XML.
Is it possible to tell via XML to vertical align the content in cells?
We are Using dhtmlxGrid 3.x
Olga
#2
Well, but this makes only sense if the number of columns is fixed.
Via XML we give back a different number of columns.
Is there no possibility to to this via XML ??
Maybe like:
xyz
sematik
#4
You may try to use CSS in this case:
<style>
div.gridbox table.row20px tr td{
vertical-align: middle;
}
</style>