Hi,
Facing some issues in grid header loading. Kindof sometimes grid header load perfectly and sometimes not loading the grid header otherwise data is displayed. Let me know anything I missed in it. Let me know as soon as possible.
<jqxGrid #quantityPopupGrid [theme]="'imms'" [width]="'100%'" [autoheight]="true" [enabletooltips]="true"
[columns]="dynamicColumn" [pageable]="false" [sortable]="true" [filterable]="false" [showfilterrow]="false"
[autoloadstate]="true" [columnsmenu]="false" [editable]="true" class="mb-3" [height]="205" [columnsresize]="true">
</jqxGrid>
Frontend: Angular 7
Regards,