Is it possible to apply a Pipe to a grid column
Typical angular pipe application
<td>{{product.type | titlecase}}</td>
For a Grid example below how can I apply pipe formatting. I tried format but don't seem not to be a
<e-columns>
<e-column field='type' headerText='Product Type'></e-column>