Grid Header

I have this grid where the Header Names are not displayed properly, how to control the display?
Can i have the name displayed on Hover?



2 Replies 1 reply marked as answer

VI vin May 6, 2021 08:33 PM UTC

How to go about it?


SK Sujith Kumar Rajkumar Syncfusion Team May 7, 2021 05:30 AM UTC

Hi Vin, 
 
Greetings from Syncfusion support and sorry for the delay in providing the response. 
 
Based on the query we would like to let you know that by default the Grid’s header text will be displayed based on the width set in the corresponding grid columns. This is the default behavior of html table. So when the column width is small the header text will shrink and display the three dots(…) for the text content accordingly. 
 
So we suggest you to resolve this by either providing the required width for the Grid column(so that the header text is displayed fully) or use autoFitColumns method of the Grid which resizes the column to fit the widest cell’s content without wrapping.  
 
More details on auto fit can be checked in the below documentation link, 
 
 
 
Please get back to us if you require any further assistance. 
 
Regards, 
Sujith R 


Marked as answer
Loader.
Up arrow icon