Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
151244 | Feb 5,2020 03:01 AM UTC | Feb 6,2020 04:00 AM UTC | Blazor | 3 |
![]() |
Tags: Grid |
//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>
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.