Labels of rows: disable wrapping

Hello,

¿ Is it possible to disable the wrapping of labels ?.

The labels are not displaying all the text.

Thanks in advance !

Jorge




3 Replies

MM Manikandan Murugesan Syncfusion Team December 15, 2021 12:34 PM UTC

Hi Jorge, 
 
To wrap the cell content, please set "allowTextWrap" to true in the "gridSettings". Please refer the code example below. 

Code Example: 
    this.gridSettings = { 
      columnWidth: 140, 
      allowTextWrap: true 
    } as GridSettings; 
  
Meanwhile, we have prepared a sample for your reference. Please find it from below link. 

 
For more details about the “allowTextWrap property, please refer the document link below. 
 
Please let us know if you have any concerns. 

Regards, 
Manikandan 



JV JORGE V December 16, 2021 03:12 PM UTC

Hi,

   Using allowTextWrap: true the labels are displaying correctly.

Thank you.

Jorge



MM Manikandan Murugesan Syncfusion Team December 17, 2021 06:59 AM UTC

Hi Jorge, 
 
Please let us know if you have any other queries. We are always happy to assist you. 
 
Regards, 
Manikandan 


Loader.
Up arrow icon