We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Is there a way to make the heading fit even when using the exel filter, without cuting peace of the heading ?!


Please take a look at: http://pasteboard.co/hdI67QP2x.png


2 Replies

PE Peter January 2, 2017 01:31 PM UTC

I am using something like this :

            for (int i = 1; i < sheet.Columns.Length; i++)
            {
                sheet.Range[2, i].AutofitColumns();
            }


AV Abirami Varadharajan Syncfusion Team January 3, 2017 11:40 AM UTC

Hi Peter, 
 
Thank you for contacting Syncfusion support. 
 
We are unable to reproduce issue. Our latest release version autofits the column even though it has filters. So, we kindly request you to upgrade to our latest version(14.4.0.20) of Essential Studio which has more bugs fixes, performance enhancements which is available for download under the following link.  
  
  
Please let us know if you have any concerns.  
  
Regards,  
Abirami.  


Loader.
Live Chat Icon For mobile
Up arrow icon