Kendo Grid Validation Message Alignment issue for DropDown

619 Views Asked by At

I am stuck with an alignment issue of Kendo Grid Validation Message for dropdown. For text-box, validation message shows correctly and for dropdown it shows partially as the next row overlaps the validation message as in the below image. I have tried many workarounds and couldn't fix this. Please help.

Comparison Image for text box and dropdown

Download Test Solution

1

There are 1 best solutions below

2
On

As a work around. You can use:

.k-tooltip {
    position: fixed;
}