Hi,
I have a
ejs-grid inside a partial razor view. The grid has a template column with the template script as follows
<script id="tempRequisitionStatus" type="text/x-template">
<a rel='nofollow' href="~/Caf/ManageRequisitionForm/Status?requisitionId=${RequisitionId}&instrumentId=${InstrumentId}">Approve/Reject</a>
</script>
However, the rel='nofollow' href is rendered differently depending on where in the folder structure the parent razor page is found, so it is always wrong.
Please advise how to get the relative path in the rel='nofollow' href inside the template.
Thanks
Avinash Tauor