Requirement In Grid

Hi Team,
              I am using ejs-grid in that I have one requirement. For more details please refer to the attachment.

Attachment: My_requirement_was_in_the_table_64cbe5f6.zip

1 Reply 1 reply marked as answer

TS Thiyagu Subramani Syncfusion Team November 25, 2020 09:01 AM UTC

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. 


Marked as answer
Loader.
Up arrow icon