Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147675 | Sep 19,2019 09:31 AM UTC | Sep 20,2019 05:41 AM UTC | ASP.NET Core - EJ 2 | 1 |
![]() |
Tags: DataGrid |
<ejs-grid id="Grid" dataSource="ViewBag.data" height="335" width="auto" rowTemplate="#rowtemplate">
<e-grid-columns>
. . .
</e-grid-columns>
</ejs-grid>
<script id="rowtemplate">
<tr>
<td class="details">
<a rel='nofollow' href="/Home/VerifyBook/bookId=${OrderID}" class="btn-primary"> Verify</a>
</td>
</tr>
</script> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.