<jqxTreeGrid
[width]="getWidth()"
[height]="400"
[source]="dataAdapter"
[pageable]="true"
[pageSize]="25"
[showAggregates]="true"
[showSubAggregates]="true"
[aggregatesHeight]="70"
[sortable]="true"
[columns]="columns"
[ready]="ready"
#TreeGrid>
</jqxTreeGrid>