Hi Jonah,
Greetings from Syncfusion support.
We would like to inform you that, this is the default behavior of group caption display while apply aggregate in Grid. The excess text will be hidden and when hover on those hidden text, a tooltip will be displayed as like in the below screenshot. Please refer the screenshot below,
So to overcome this default display behavior, it is recommended to override the styles applied to the “e-groupcaption” in Grid as like you have done in your application. So we suggest you to apply corresponding styles to the “e-groupcaption” achieve this requirement. Please refer the below documentation for the classes to customize grid’s appearance.
Query : I just would really prefer to see the ENTIRE group header, all on one line.
Based on this scenario, we suggest you to add the below styles in your application. Please add the below styles to achieve this requirement.
|
<style>
.e-grid .e-groupcaption {
overflow:unset;
}
</style>
|
We have also prepared a sample based on this scenario. Please download the sample from the link below,
Please refer the screenshot below,
Please get back to us if you need further assistance.
Regards,
Renjith Singh Rajendran