Hi Jonah,
Thanks for contacting Syncfusion support.
Query : I'd still like it to display fully.
We suggest you to apply styles for the e-groupcaption class based on your requirement. Kindly apply the below css styles to your application to auto wrap the hiding texts to a new line in the group caption. We have also prepared a sample for your convenience, please download the sample from the link below,
//The below style will auto wrap the hidden contents to new line. You can apply style for the e-groupcaption class based on your requirement.
<style>
.e-grid .e-groupcaption {
line-height: 18px;
overflow-wrap: break-word;
text-overflow: clip;
white-space: normal;
word-wrap: break-word;
}
</style>
|
Please get back to us if you need further assistance.
Regards,
Vignesh Natarajan..