Thanks Peter.
I tried a cellsrenderer function and see the height of the cell grow to show all of its data, but the height of the row containing that cell doesn’t grow along with it. There’s an inline height property that keeps the row fixed at the height specified by the rowsheight property.
I also tried tweaking the stylesheet, but see the same results.
.jqx-grid-cell, .jqx-grid-content
{
white-space: normal !important;
height: auto !important;
}
Not having variable row heights is going to be a problem for us. Doesn’t make sense for a grid to restrict all rows to the same height.