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.