BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<ej-grid id="FlatGrid" allow-sorting="true" datasource="ViewBag.parent" allow-paging="true">
<e-columns>
<e-column field="EmployeeID" header-text="Employee ID" width="75"></e-column>
<e-column field="FirstName" header-text="First Name" width="80"></e-column>
<e-column field="LastName" header-text="Last Name" visible="false" width="75"></e-column>
</e-columns>
</ej-grid> |