Declined
Last Updated: 10 Jun 2021 11:55 by ADMIN
Martin
Created on: 09 Jun 2021 09:36
Category: DatePicker
Type: Bug Report
0
RadDatePicker rendering is broken when RadDatePicker is in Lightweight mode and on the same page exists a RadNumericTextBox with Classic mode.

There is a problem with the rendering of the RadDateInput when RenderMode is set to Lightweight when on the same page we have a RadNumericTextBox with RenderMode != LightWeight

 

This is the issue when RadDateInput RenderMode="Lightweight" and RadNumericTextBox with RenderMode = "Classic"

 

The issue does not appear when all controls are in Lightweight mode

1 comment
ADMIN
Rumen
Posted on: 10 Jun 2021 11:55

Hi Martin,

The mix of different render modes on the same page is not supported since the classes of the first rendering override the classes of the other one.

You can find more information at Incorrect or Distorted Appearance -> 

There are mixed Render Modes of the controls on the page. For example, a RadButton on the master page has RenderMode="Classic" and a RadButton on a user control has RenderMode="Lightweight". All controls of the same type and their child controls must have the same render mode. The following KB article can help with identifying and debugging the "mixed render mode" issue: Determine the render mode of all Telerik controls and catch mixed render mode issues.