Is it possible to activate the multiline option?
Grid multiline in cell
kcasarez
#2
I asked for this back in version 6, and they’ve said it’s planned for version 7.1. Currently we’re on 7.0.3, so hopefully it won’t be long before this option becomes available.
emanuele
#3
Ok. I already obtained some results using css via:
.dhx_grid-cell {line-height:15px!important;white-space:normal!important;word-break: break-word}
and adjusting rowHeight.
But I hope that the multiline option will be released soon.