BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<h2>Syncfusion Javascript Angular 2 Component</h2>
<div>
<ej-grid #grid id="gridData" [dataSource]="gridData1" [allowPaging]="true" [isResponsive]="true" [minWidth]="400" [allowScrolling]="true" [scrollSettings]="scroll" [toolbarSettings]= "tool" (rowSelecting)= rowSelecting($event) (rowSelected)= rowSelected($event) >
<e-columns>
<e-column field="EmployeeID" headerText="Employee ID" width="30" textAlign="right"></e-column>
<e-column field="OrderID" width="30" [isPrimaryKey]="true" textAlign="right"></e-column>
<e-column field="CustomerID" headerText="Customer ID" width="30"textAlign="right"></e-column>
<e-column field="ShipCity" headertext="ShipCity" width="30" textalign="right"></e-column>
</e-columns>
</ej-grid>
</div> |
<h2>Syncfusion Javascript Angular 2 Component</h2>
<div>
<ej-grid #grid id="gridData" [dataSource]="gridData1" [allowPaging]="true" [isResponsive]="true" [minWidth]="400" [allowScrolling]="true" [scrollSettings]="scroll" [toolbarSettings]= "tool" (rowSelecting)= rowSelecting($event) (rowSelected)= rowSelected($event) >
<e-columns>
<e-column field="EmployeeID" headerText="Employee ID" width="30" textAlign="right"></e-column>
<e-column field="OrderID" width="30" [isPrimaryKey]="true" textAlign="right"></e-column>
<e-column field="CustomerID" headerText="Customer ID" width="30"textAlign="right"></e-column>
<e-column field="ShipCity" headertext="ShipCity" width="30" textalign="right"></e-column>
</e-columns>
</ej-grid>
</div>
appComponent.ts
public scroll = { height:"100%", width:"600" } |