Html5 Markup in datagrid cell

Hi @bakogda,

This is the default behavior. If you want your text to wrap and expand the row use white-space: pre-wrap or remove the ellipsis styling:

.rz-cell-data {
    overflow: visible !important;
    white-space: normal !important;
}