BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
<ej-grid id="FlatGrid" datasource="ViewBag.data" allow-paging="true" >
<e-columns>
<e-column field="EmployeeID" header-text="Employee ID" template="#MyTemplate" text-align="Right" width="75"></e-column>
</e-columns>
</ej-grid>
<script type="text/x-jsrender" id="MyTemplate">
<e-template><p>State</p></e-template>
</script>
|
<e-column field="EmployeeID" header-text="Employee ID" template="<e-template><p>State</p></e-template>" text-align="Right" width="75"></e-column>
|
Thanks. It works.