<kendo-dialog title="Tasks" *ngIf="flagSelection" (close)="closeTasks()" class="custom-dialog">
<kendo-grid #grid="kendoGrid" [sortable]="true" filterable="menu" [kendoGridBinding]="shiftSummaryData"
[pageSize]="pageSize" class="custom-grid" [skip]="skip" [pageable]="true" [kendoGridSelectBy]="'id'"
[selectable]="selectableSettings" [selectedKeys]="selectedId" [scrollable]="'none'"
(selectedKeysChange)="selectId($event)">
<ng-container *ngFor="let i = index">
<ng-container *ngFor="let j = index">
<kendo-grid-column field="{{this.shiftSummaryItems[i].tcdr[j].taskDescription}}" title="Task Code" [width]=150></kendo-grid-column>
<!-- <kendo-grid-column field="{{j}}{{this.shiftSummaryItems[i]?.tcdr[j]?.taskDescription}}" title="Task Code" [width]=150></kendo-grid-column> -->
<!-- <kendo-grid-column field="{{tcdr[j].taskDescription}}" title="Task Description" [width]=150></kendo-grid-column> -->
</ng-container>
</ng-container>
</kendo-grid>
</kendo-dialog>
<kendo-dialog title="Tasks" *ngIf="flagSelection" (close)="closeTasks()" class="custom-dialog"> <kendo-grid #grid="kendoGrid" [sortable]="true" filterable="menu" [kendoGridBinding]="shiftSummaryData" [pageSize]="pageSize" class="custom-grid" [skip]="skip" [pageable]="true" [kendoGridSelectBy]="'id'" [selectable]="selectableSettings" [selectedKeys]="selectedId" [scrollable]="'none'" (selectedKeysChange)="selectId($event)"> <ng-container *ngFor="let i = index"> <ng-container *ngFor="let j = index"> <kendo-grid-column field="{{this.shiftSummaryItems[i].tcdr[j].taskDescription}}" title="Task Code" [width]=150></kendo-grid-column> </ng-container> </ng-container> </kendo-grid></kendo-dialog>
JavaScript Object Notation, or JSON, is human-readable text used when transmitting data objects consisting of attribute:value pairs between a server and a web application as an alternative to XML. JSON, while it is originally derived from JavaScript, is a language-independent data format. Code for parsing and generating JSON data is available in many programming languages.
TRUSTED BY