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

rbClearButton not working with latest issue

1 Answer 56 Views
Button
This is a migrated thread and some comments may be shown as answers.
Fabien
Top achievements
Rank 1
Fabien asked on 13 Oct 2017, 01:14 PM

Hi,

 

i've updated my solution with ASP.NET AJAX 2017 3 913, and it seems the cssclass above no more work on radButton so that they became transparent with png icon.

.rbClearButton {
    background-color: transparent !important;
    border: none !important;
    color: #000 !important; /* optional, depending on the background */
}

How can i resolve that ? thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 17 Oct 2017, 08:04 AM
Hi Fabien,

We have changed the default render modes of the controls lately and now they are rendered in Lightweight mode in the modern browsers. I assume that forcing back the classic rendering  of the controls will bring the previous behavior.

You can do it by adding the following configuration to the web.config:
<appSettings>
    <add key="Telerik.Web.UI.RenderMode" value="lightweight" />
</appSettings>

You can also find useful information of this matter in the this blog post:
https://www.telerik.com/blogs/radcontrols-for-asp.net-ajax-lightweight-rendering-semantic-html-and-css3

Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Button
Asked by
Fabien
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or