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
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.