@Html.DisplayFor(modelItem => item.vouchertype == "P" ? "Paid" : "Receipt")
&
@Html.DisplayFor(modelItem => item.dated.ToString("dd-MMM-yy"))
Trying to format the value but error occurs:
Template can use only with field access, property access, single dimension array index or single parameter custom indexer experssions.