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

checkbox with masterPages

6 Answers 88 Views
CheckBox
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 01 Feb 2016, 08:35 PM
I have a project with master pages. On the pages using master page the rad checkbox renders "double", see attached file. On the pages not using master pages the checkbox renders properly. How do you suggest fixing this issue?

6 Answers, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 03 Feb 2016, 02:01 PM
Hello Daniel,

RadCheckBox supports only a lightweight rendering. Most probably you are having a RadButton with a classic mode on the same page, so that the styles of both controls are overriding each other and hence the issue. I would suggest that you set the Lightweight render mode for all the buttons on the page. More information on the matter is available here - http://docs.telerik.com/devtools/aspnet-ajax/controls/checkbox/mobile-support/render-modes

Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Luc
Top achievements
Rank 1
answered on 06 Sep 2016, 05:55 AM

I do have the same problem..

I doesn't matter lightweight or classic rendermode.

there is a background image with a box over the checkbox .

0
Pierre
Top achievements
Rank 1
answered on 08 Sep 2016, 10:03 AM

Hi,

I had the same issue.
I fix it with an asp checkbox.

Plz fix your forum! Even 1rst edition of php BB was more stable than this!
For your information editing a post was a feature in the 1rst forum  back in th 1994.

0
Danail Vasilev
Telerik team
answered on 08 Sep 2016, 01:18 PM
Hello Guys,

Most probably the issue is the one described in this article - http://docs.telerik.com/devtools/aspnet-ajax/controls/checkbox/troubleshooting/distorted-appearance

If, however, this is not the case could you please provide us with a small fully runnable sample, so that we can investigate it further?

Regards,
Danail Vasilev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Luc
Top achievements
Rank 1
answered on 09 Sep 2016, 08:18 AM

Right

Ok, this is useable.

On the page I had other Telerik controls: RadButton .

So I added RenderMode="LightWeight" for the radButton to, and it works.

So problem solved.

Because mixing RenderModes  is not working , is there a solution to override RenderMode for the whole application ?.

0
Danail Vasilev
Telerik team
answered on 09 Sep 2016, 08:46 AM
Hello Luc,

I am glad you have managed to solve the issue!

You can set the rendermode globally for the whole solution from the web.config file - http://docs.telerik.com/devtools/aspnet-ajax/controls/checkbox/mobile-support/render-modes#setting-render-mode

Regards,
Danail Vasilev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
CheckBox
Asked by
Daniel
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Luc
Top achievements
Rank 1
Pierre
Top achievements
Rank 1
Share this question
or