0
votes

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
It's hard to provide solution without code. Try css work around. - MUT
Hi MUT, I have added the Solution. I have tried with CSS and nothing is working as expected for dropdown. - user3332781

1 Answers

0
votes

As a work around. You can use:

.k-tooltip {
    position: fixed;
}