Hello, please see the attached image. The filter by value on my spreadsheet has the checkbox overlapping the values.How can I fix this...any help would be appreciated.
Thanks!
Phani
3 Answers, 1 is accepted
0
Accepted
Ivan Danchev
Telerik team
answered on 09 Mar 2017, 01:01 PM
Hello Phani,
The appearance issue shown in the screenshot could be due to custom CSS overriding default Kendo UI styles. Could you reproduce the issue in a dojo example? This will allow us to investigate what could be causing it.
Thanks Ivan. I was able to resolve using your example, the following style on one of our CSS files was causing the problem. Removing this fixed the issue.
label {
display:block;
}
Thanks!
Phani
0
Ivan Danchev
Telerik team
answered on 10 Mar 2017, 06:53 AM
Hello Phani,
I am glad you were able to find the problematic style and the overlapping issue is now fixed.