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

ClipMode not working properly for collapsabe col

Hello,
I used sample you provided in your documentation to clip text in cells, but its not working properly for collapsable column.
The dots are not visible.
You can find more details in attached file



Attachment: tgtooltiptest_d84adc3c.zip

1 Reply

MP Manivannan Padmanaban Syncfusion Team July 30, 2019 08:51 AM UTC

Hi Viktor, 

Greetings from Syncfusion Support. 

Query: but it’s not working properly for collapsable column.The dots are not visible.  

We have validated the defect you have initiated with us. Thank you for the taking the time to report the issue and helping us improve our product. At Syncfusion we are committed to fixing all the validated defect (subject to technological feasibility and Product Development Life Cycle) and including its fix in our subsequent release. So fix for the issue will be included in our upcoming patch release which is expected to be rolled out in the first week of August 2019. 

You can track the current status of your request, review the resolution timeline and contact us for any further inquiries through this link.    

Note: To view the above feedback, kindly login into your account.  
    
Until then we suggest you to use the below solution as work around, 


<style lang="scss"> 
.e-rowcell:not(.e-gridclip) { 
      .e-treecolumn-container { 
        display: block; 
        overflow: hidden; 
        text-overflow: ellipsis; 
 
        span.e-treecell { 
          display: inline; 
          overflow: hidden; 
          text-overflow: ellipsis; 
        } 
      } 
    } 
 
</style> 




Regards, 
Manivannan Padmanaban.  



Loader.
Live Chat Icon For mobile
Up arrow icon