What i observed is, when the selected values are empty [], then the all multiselect items in JSON are showing not selected
<e-column headerText='Pod Assignment' textAlign='Left'
width=90>
<ng-template #template let-data>
<div>
<ejs-multiselect #multiselectCheckbox
name="multiselectCheckbox"
id="multiselectCheckbox"
[dataSource]='aPods'
[placeholder]='checkWaterMark'
[fields]='podFields' [mode]='mode'
[popupHeight]='popHeight'
[showDropDownIcon]='true'
showSelectAll='true'
[filterBarPlaceholder]='filterPlaceholder'
cssClass="custom-{{data.itemId}}"
[(ngModel)]="data.podSelValue" [value]="data.podSelValue"
(change)="changevalue($event, data)"
>
</ejs-multiselect>
<!-- target.classList.contains('e-dropdownbase') -->
<div *ngIf="data.isError"
class="alert alert-danger">
Cannot select group items with individual items.
</div>
</div>
</ng-template>
</e-column>
[{"projectDetailId":20041,"itemId":30398,"name":"E1Feature03","podsAssociatedWith":[{"itemPodId":10171,"name":"Pod A","projectPodId":10016},{"itemPodId":10172,"name":"Pod B","projectPodId":10017}],"
podSelValue":[10016,10017],"newPodAssignments":[],"isError":false},{"projectDetailId":20041,"itemId":30399,"name":"E2Feature01","podsAssociatedWith":[{"itemPodId":10171,"name":"Pod A","projectPodId":10016},{"itemPodId":10172,"name":"Pod B","projectPodId":10017}],"
podSelValue":[10016,10017],"newPodAssignments":[],"isError":false},{"projectDetailId":20041,"itemId":30400,"name":"E2Feature02","podsAssociatedWith":[{"itemPodId":10171,"name":"Pod A","projectPodId":10016},{"itemPodId":10172,"name":"Pod B","projectPodId":10017}],"podSelValue":[10016,10017],"newPodAssignments":[],"isError":false},{"projectDetailId":20041,"itemId":30401,"name":"E2Feature03","podsAssociatedWith":[{"itemPodId":10171,"name":"Pod A","projectPodId":10016},{"itemPodId":10172,"name":"Pod B","projectPodId":10017}],"podSelValue":[],"newPodAssignments":[],"isError":false},{"projectDetailId":20041,"itemId":30402,"name":"E2Feature04","podsAssociatedWith":[{"itemPodId":10171,"name":"Pod A","projectPodId":10016},{"itemPodId":10172,"name":"Pod B","projectPodId":10017}],"podSelValue":[],"newPodAssignments":[],"isError":false},{"projectDetailId":20041,"itemId":30403,"name":"E2Feature05","podsAssociatedWith":[{"itemPodId":10171,"name":"Pod A","projectPodId":10016},{"itemPodId":10172,"name":"Pod B","projectPodId":10017}],"
podSelValue":[],"newPodAssignments":[],"isError":false},{"projectDetailId":20041,"itemId":30404,"name":"E3Feature01","podsAssociatedWith":[{"itemPodId":10171,"name":"Pod A","projectPodId":10016},{"itemPodId":10172,"name":"Pod B","projectPodId":10017}],"
podSelValue":[],"newPodAssignments":[],"isError":false} ]