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

CheckBoxes not rendering in Excel-Like filtering

3 Answers 64 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marcus
Top achievements
Rank 1
Marcus asked on 20 Dec 2019, 08:51 PM

Hi All,

I copied the demo code for Excel-Like filtering (here) into one of my projects, but the checkboxes in the filterlist are not rendering. However, they do render in the demo app on the Telerik website.

Possible bug in my version of the controls? I'm on 2019.3.1023.45.

Thx in advance - M.

3 Answers, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 25 Dec 2019, 10:44 AM

Hello Marcus,

The online demos are using also the same version 2019.3.1023, so the issue should not be due to a version issue.

Can you please verify that the same behavior is observed in all browsers? 

Also, you can ensure that all controls are rendered with the same render mode, for example, you can set the default render mode to Lightweight in the web.config:

<appSettings>
    <add key="Telerik.Web.UI.RenderMode" value="lightweight" />
</appSettings>

If the issue persists, please check the browser console and the Network tab for any JavaScript errors or any failing requests:

Also, if you are using a form decorator on the page, can you please remove it and see if the issue persists. 

Regards,
Peter Milchev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Marcus
Top achievements
Rank 1
answered on 30 Dec 2019, 05:37 PM

Found it.

the page template I'm using for some reason had this CSS rule: input { -webkit-appearance: none;}
After commenting this out, everything is rendering correctly.

Thx again.

0
Rumen
Telerik team
answered on 31 Dec 2019, 03:15 PM

Happy New Year 2020, Marcus!

We are glad that you've managed to resolve the issue! Thank you for sharing the solution with the community!

Keep up the good work.

Regards,
Rumen
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Marcus
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Marcus
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or