Hi PH,
Greetings from Syncfusion support.
Query 1: If header names are too large need to split into the next line?
Yes, we can achieve this requirement by applying of our default textWrapSettings.wrapMode property as “Header”. We already have documentation for this requirement.
Please refer to the below code and documentation links for more information.
<ejs-grid [dataSource]='data' allowTextWrap='true' [textWrapSettings]='wrapSettings' height='350' width='800'>
this.wrapSettings = { wrapMode: 'Header' }; // By default wrapMode as ‘Both’. |
Please get back to us, if you need any further assistance.
Regards,
Thiyagu S.