In an EjsGrid, is it possible to group by a templated column?
```
<GridColumn HeaderText="MyText" Width="200">
<Template>
@{
```
When I drop the column onto the drag bar, nothing happens. I notice that the GridGroupSettings Columns property expects GridColumn Field names but my templated GridColumn doesn't use a Field.