Unplanned
Last Updated: 11 Aug 2016 14:04 by John
Created by: John
Comments: 7
Category: HtmlPlaceHolder
Type: Bug Report
9
This only happens in IE8.  IE9, Chrome, FF3 and FF4 all work okay.  As soon as the componenet is set to visible the scrollbar appears because something has been added to the body html.  The suggested workaround to have the body style overflow set to hidden
Unplanned
Last Updated: 05 Jan 2017 07:59 by Steve
I assume that even though this is listed under RadControls for Silverlight it will also apply to RadControls for WPF.
Unplanned
Last Updated: 11 Aug 2016 14:04 by asking
Does not resize correctly in IE when surrounded by GridSplitters
Unplanned
Last Updated: 25 Jul 2017 10:17 by ADMIN
Unplanned
Last Updated: 04 Feb 2010 15:11 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Upload
Type: Bug Report
5
Implement Resume/AutoResume on upload error.
Unplanned
Last Updated: 03 Aug 2016 13:00 by ADMIN
When the ScrollViewer of the GridView portion of the control is not shown, exporting the contents of the control causes overlapping
Unplanned
Last Updated: 04 Aug 2016 09:28 by Allan
If you minimize initially maximized Window and restore it after that - the Window doesn't maximize back.
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
InvalidOperationException when changing the selection in case the timeBar is in a floating RadSplitContainer and browser zoom is not 100%.
Unplanned
Last Updated: 25 Nov 2016 14:45 by ADMIN
When RadMap is used within a popup and the map provider is assigned each time before the popup is opened then UI hangs when it is opened second time.

Workaround:

The problem occurs when the RadMap.Provider property is assigned second time when the popup is opened and then it is closed. You can assign this property one time only to avoid this problem. You can do it from a XAML code. Or you can check that the provider is already assigned in the codebehind like following:

private void MapButton_Click(object sender, RoutedEventArgs e)
{
    if (radMap1.Provider == null)
    {
        radMap1.Provider = new OpenStreetMapProvider();
    }
 
    PopupPosition.IsOpen = true;
}
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
When both Command and IsEnabled of RadRibbonBackstage are bound, the Command has Higher priority. This is inconsistency with the behavior of Buttons and RadButtons. The RadRibbonBackStageItems should work like RadButtons.
Unplanned
Last Updated: 07 Jan 2011 13:15 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: HtmlPlaceHolder
Type: Bug Report
4
When placed in scrollviewer and browser is resized in order to appear the scrollbar, HTMLPlaceHodler doesn`t render correctly. The issue can be reproduced in both scenarios - setting the HtmlSource or SourceUrl property.
Unplanned
Last Updated: 19 Oct 2012 11:41 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Upload
Type: Bug Report
4
Dismissing all files doesn't change the title's status. However, if the "Cancel" button is used the title's status is updated correctly.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
4
We have a RadRibbonView with enabled KeyTips and a RadComboBox control below it.
We focus the RadComboBox and press "Alt + DownArrow". As a result the the RadComboBox is opened and immediately closed and KeyTip is activated and shown and the coressponding RadRibbonTab gets the focus. The expected result is that the RadComboBox is opened, remains opened and no KeyTips are activated.
Unplanned
Last Updated: 03 Aug 2016 13:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: GanttView
Type: Bug Report
4
Removing columns in run time in specific scenario causes the issue.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Also when show the Window and make the browser smaller this also doesn't shrink the Window but let it out of the application size and if the browser is resized and the window is restored after maximizing.
Unplanned
Last Updated: 12 Aug 2009 18:02 by ADMIN
Height is not calculated properly when the content is wrapped.
Unplanned
Last Updated: 16 Jun 2023 10:23 by ADMIN
Scrolling performance in large spreadsheets is significantly worse when auto filters are enabled.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
RadGallery is used in RadRibbonView  and ListBox under the RibbonView with  DeferredScrollingEnabled set to true. When scrolling the Gallery, the ListBox Scrolls unexpectedly.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
The KeyTips of RadMenuItems go behind the menu when hovering over the RadMenuItem. This issue seems to be related to the ScreenTip/ToolTip settings applied on the RadMenuItems - if no such settings are applied, the issue cannot be reproduced.
The Tooltip popup is placed over the KeyTips popup.
1 2 3 4 5 6