Skip to content

Commit 40f70c2

Browse files
Updated sample.
1 parent 8dd9c9a commit 40f70c2

File tree

743 files changed

+23210
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

743 files changed

+23210
-6
lines changed

Binding Dapper using UrlAdaptor/Grid_Dapper/grid_dapper.client/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<e-columns>
33
<e-column field='OrderID' headerText='Order ID' width='120' textAlign='Right' isIdentity="true" isPrimaryKey="true"></e-column>
44
<e-column field='CustomerID' headerText='Customer ID' [validationRules]='customerIDRules' width='160'></e-column>
5-
<e-column field='EmployeeID' headerText='Employee ID' [validationRules]='employeeIDRules' width='160' field='EmployeeID'></e-column>
5+
<e-column field='EmployeeID' headerText='Employee ID' [validationRules]='employeeIDRules' width='160' textAlign='Right'></e-column>
66
<e-column field='Freight' headerText='Freight' [validationRules]='freightRules' format="C2" width='160' textAlign='Right'></e-column>
77
<e-column field='ShipCity' headerText='Ship City' [validationRules]='shipCityRules' width='150'></e-column>
88
</e-columns>

Binding MS SQL database using CustomAdaptor/Grid_MSSQL/.vs/Grid_MSSQL/config/applicationhost.config

Lines changed: 1011 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)