I have a calculated column in a grid, wont format, the calculated value works fine but the format is not applied:
HowMuch is the column value used and total is the sum of the column
My razor statement is:
<e-grid-column field="Percent" format="P2" template="<span>${HowMuch / @(total)}</span>" width="10"></e-grid-column>
Thanks
Scott