BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
//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>
|