This is a migrated thread and some comments may be shown as answers.

Need Overflow-x as hidden and overflow-y as visible in kendo grid td

1 Answer 515 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rahul
Top achievements
Rank 1
Rahul asked on 15 Apr 2016, 05:42 AM
I need to show validation message completely and ellipses on text in non-editable mode. I have below code of css.

td {
        white-space: nowrap;
        overflow-x: hidden !important;
        overflow-y:visible !important;
        cursor: default;
        padding: 2px 10px !important;
        line-height: 16px;
        height: 30px;
        position: relative;
        margin: -0.5em -0.6em -0.4em -0.6em;
        vertical-align: middle;
}


Please see the attachment and let me know how can we resolve this.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 19 Apr 2016, 07:59 AM
Hi Rahul,

The validation message is hidden because of the relative position which you have set to the cell. Hence removing it should help to show the message completely (dojo). 

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Rahul
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or