Skip to content

Commit 8630d11

Browse files
author
pipeline
committed
config(EJ2-4310): sample correction changed.
1 parent 665bc0c commit 8630d11

16 files changed

+23
-23
lines changed

src/grid/batch-editing-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/grid/batch-editing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ej-grid [dataSource]='data' allowPaging='true' [pageSettings]='pageSettings' [editSettings]='editSettings' [toolbar]='toolbar'>
33
<e-columns>
44
<e-column field='OrderID' headerText='Order ID' width='120' textAlign="right" isPrimaryKey='true' [validationRules]='orderidrules'></e-column>
5-
<e-column field='CustomerID' headerText='Customer ID' width='120' textAlign="right" [validationRules]='customeridrules'></e-column>
5+
<e-column field='CustomerID' headerText='Customer ID' width='120' [validationRules]='customeridrules'></e-column>
66
<e-column field='Freight' headerText='Freight' width='120' format='C2' textAlign="right" editType='numericedit' [validationRules]='freightrules'></e-column>
77
<e-column field='ShipName' headerText='Ship Name' width='170'></e-column>
88
<e-column field='ShipCountry' headerText='Ship Country' width='150' editType='dropdownedit' [edit]='editparams'></e-column>

src/grid/column/reorder-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/grid/column/reorder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<e-column field='FirstName' headerText='Name' width='140'></e-column>
66
<e-column field='Title' headerText='Title' width='170'></e-column>
77
<e-column field='HireDate' headerText='Hired Date' width='120' format='yMd' textAlign="right"></e-column>
8-
<e-column field='ReportsTo' headerText='Reports To' width='120'></e-column>
8+
<e-column field='ReportsTo' headerText='Reports To' width='120' textAlign='right'></e-column>
99
</e-columns>
1010
</ej-grid>
1111
<div id='description'>

src/grid/columntemplate-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/grid/columntemplate.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
</div>
99
</ng-template>
1010
</e-column>
11-
<e-column field='EmployeeID' headerText='Employee ID' width='125' textAling='right'></e-column>
11+
<e-column field='EmployeeID' headerText='Employee ID' width='125' textAlign='right'></e-column>
1212
<e-column field='FirstName' headerText='Name' width='120'></e-column>
1313
<e-column field='Title' headerText='Title' width='170'></e-column>
14-
<e-column field='HireDate' headerText='Hire Date' width='135' textAling='right' format='yMd'></e-column>
15-
<e-column field='ReportsTo' headerText='Reports To' width='120' textAling='right'></e-column>
14+
<e-column field='HireDate' headerText='Hire Date' width='135' textAlign='right' format='yMd'></e-column>
15+
<e-column field='ReportsTo' headerText='Reports To' width='120' textAlign='right'></e-column>
1616
</e-columns>
1717

1818
</ej-grid>

src/grid/detailtemplate-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/grid/detailtemplate.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
</table>
4848
</ng-template>
4949
<e-columns>
50-
<e-column field='EmployeeID' headerText='Employee ID' width='125' textAling='right'></e-column>
50+
<e-column field='EmployeeID' headerText='Employee ID' width='125' textAlign='right'></e-column>
5151
<e-column field='FirstName' headerText='Name' width='120'></e-column>
5252
<e-column field='Title' headerText='Title' width='170'></e-column>
53-
<e-column field='HireDate' headerText='Hire Date' width='135' textAling='right' format='yMd'></e-column>
54-
<e-column field='ReportsTo' headerText='Reports To' width='120' textAling='right'></e-column>
53+
<e-column field='HireDate' headerText='Hire Date' width='135' textAlign='right' format='yMd'></e-column>
54+
<e-column field='ReportsTo' headerText='Reports To' width='120' textAlign='right'></e-column>
5555
</e-columns>
5656

5757
</ej-grid>

src/grid/dialog-editing-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/grid/dialog-editing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ej-grid [dataSource]='data' allowPaging='true' [pageSettings]='pageSettings' [editSettings]='editSettings' [toolbar]='toolbar'>
33
<e-columns>
44
<e-column field='OrderID' headerText='Order ID' width='120' textAlign="right" isPrimaryKey='true' [validationRules]='orderidrules'></e-column>
5-
<e-column field='CustomerID' headerText='Customer ID' width='120' textAlign="right" [validationRules]='customeridrules'></e-column>
5+
<e-column field='CustomerID' headerText='Customer ID' width='120' [validationRules]='customeridrules'></e-column>
66
<e-column field='Freight' headerText='Freight' width='120' format='C2' textAlign="right" editType='numericedit' [validationRules]='freightrules'></e-column>
77
<e-column field='ShipName' headerText='Ship Name' width='170'></e-column>
88
<e-column field='ShipCountry' headerText='Ship Country' width='150' editType='dropdownedit' [edit]='editparams'></e-column>

0 commit comments

Comments
 (0)