Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149350 | Nov 22,2019 12:00 PM UTC | Nov 25,2019 09:52 AM UTC | Angular - EJ 2 | 1 |
![]() |
Tags: TreeGrid |
<ejs-grid (actionBegin)='actionBegin($event)' [dataSource]='data' allowPaging='true' [editSettings]='editSettings' [toolbar]='toolbar' height=365 [pageSettings]='initialPage'>
<e-columns>
. . . . . . . .
<e-column field='ShipCountry' headerText='Ship Country' width='170'>
<ng-template #editTemplate let-data>
<ejs-dropdownlist id='ShipCountry' [dataSource]='ddldata' placeholder="ShipCountry" [(ngModel)]="orderData.ShipCountry" floatLabelType='Never'></ejs-dropdownlist>
</ng-template>
</e-column>
</e-columns>
</ejs-grid> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.