Thank you once again Stanislav,
It is perfect as I wanted to be.
I remember I tried to use HTML format
<jqxGrid
[width]="100%" [source]="dataAdapter" [columns]="columns"
[pageable]="true" [autoheight]="true" [sortable]="true"
[altrows]="true" [enabletooltips]="true" [editable]="true"
[selectionmode]="'multiplecellsadvanced'" [columngroups]="columngroups">
</jqxGrid>
If I’m not mistaken, compiler rejected [width]=”100%”, showing error.