Hi Peter,
I am using jqxgrid with autoheight and auto rowheight but i am facing 2 issues while data is loading.
issue 1:- While binding a row to the grid all the rows height was increasing from 32 to 48 px.
issue 2:- this auto row height was working only for two lines of date if the third line is coming to grid in same row the height of the row was not adjusting.
<jqxGrid [width]="670" [height]="300" #aliasGrid id="aliasWindow" [source]="aliasGridSource" [theme]="'efi'"
[columns]="tempcolumns" [keyboardnavigation]="false" [rowsheight]="24" [sortable]="false" [showheader]="false" [altrows]="true" [columnsheight]="24" [autorowheight]="true" [autoheight]="true" [selectionmode]="'singlerow'" </jqxGrid>