Hi,
I am using autorowheight option in jqxgrid, cell value is multiline so i set css for that column ‘white-space: pre’ throught cellclassname. I am using HTML as below:
<jqxGrid #listGrid [width]="'100%'" [enabletooltips]="true" [autoheight]="true" [autorowheight]="true" [source]="listDataAdapter" [columns]="columns" [pageable]="true" [sortable]="true" [filterable]="true" [autoloadstate]="true" [columnsmenu]="false" [columnsresize]="true" [columnsreorder]="true"> </jqxGrid>
Issue is, While resizing browser, row height is increasing. when i use mouse scroll on grid, row height is increasing as much i scroll.
Help me to find what is wrong.