Posted 4 January 2021, 10:43 pm EST
Hi team,
For years we are using this awesome product and we are glad to have you. Getting to the requirement, I have a Json which looks similar to the below json.
[
{
“TemplateName”: “01a- Style Information”,
“TabName”: “Summary”,
“BlockName”: “SUG_Designer”,
“BlockId”: 3028,
“DeletedItemsIds”: null
},
{
“TemplateName”: “01a- Style Information”,
“TabName”: “Summary”,
“BlockName”: “SUG_Designer”,
“BlockId”: 3028,
“DeletedItemsIds”: null
},
{
“TemplateName”: “01a- Style Information”,
“TabName”: “Summary”,
“BlockName”: “SUG_Tech Designer”,
“BlockId”: 3029,
“DeletedItemsIds”: null
},
{
“TemplateName”: “01a- Style Information”,
“TabName”: “Summary”,
“BlockName”: “SUG_Tech Designer”,
“BlockId”: 3029,
“DeletedItemsIds”: null
},
{
“TemplateName”: “01a- Style Information”,
“TabName”: “Summary”,
“BlockName”: “SUG_Sourcing”,
“BlockId”: 3030,
“DeletedItemsIds”: null
},
{
“TemplateName”: “01a- Style Information”,
“TabName”: “Summary”,
“BlockName”: “SUG_Sourcing”,
“BlockId”: 3030,
“DeletedItemsIds”: null
}
]
I am grouping the grid using groupDescriptions property with “BlockName” to group them. My requirement is that i want to place the BlockId beside “BlockName” in group header but grouping should be done on BlockName basis.
Please help me with this.