BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
I know grouping of grid happens on the "field", but how can I group a column if I want it based on what the template shows?
For example:
I tried to do it on relative.Firstname, which of course does not work, but I don't know how to make it work.
This is the link to the stackblitz: https://stackblitz.com/edit/angular-rqwpom
So how can I make sure I can group on the firstname of the mothers?
Hi Marijke,
Greetings from Syncfusion support.
By default, the grouping of the grid is
performed based on the values in the datasource. It is not feasible to group using
the template values as the grid will not know the custom values given in the templates.
Regards,
Joseph I.
I understand, but the value I want to group on, is a value that is present in the datasource, just a little deeper and something like a forloop or maybe a .find() or so is necessary to find it. But you can't use nothing of those things in field="" then?
Marijke,
By default, the
grouping of the grid is performed based on the values in the datasource. Using
the templates, you can provide any words or even a different component in the
template so we are not able to recognize the string provided inside a template.
Also, we can group the columns only based on the column field names and we cannot
use any other fields that is no in the grids columns. Hence your requirement is
not feasible to be achieved.