Hi Franz,
Thank you for contacting us.
To resolve the issue where the TabHeader text automatically capitalizes each word, you can customize the default CSS styles of the tab header text. Please apply the following CSS code to maintain the original formatting of your TabHeader:
<style> .e-tab .e-tab-header .e-toolbar-item .e-tab-text { text-transform: none; } </style> |
We hope this solution helps! Please let us know if you have any further questions or need additional assistance.
Regards,
Swathi