The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
BLBalamurugan Lakshmanan Syncfusion Team February 21, 2023 10:27 AM UTC
Hi Mike,
Greeting from
Syncfusion support.
We could able to reproduce the reported. So we suggest
you to use the below CSS to overcome the reported issue. Also we suggest you to
use the Caption Templateto customize
the group caption . Kindly check the below code
snippet and UG documentation for your reference.
<style>
.e-grid .e-groupcaption
{
overflow: visible;
}
</style>
Please
get back to us if you have further queries.
Regards,
Bala.
BLBalamurugan Lakshmanan Syncfusion Team February 21, 2023 10:43 AM UTC