Unplanned
Last Updated: 29 Jun 2023 13:05 by Piotr
The form fields are not displayed when loading specific pdf files.
Unplanned
Last Updated: 03 Aug 2022 06:54 by Winston

RadMaps Silverlight BingMap provider stopped displaying tiles in 2022 due to change in Bing Maps service.

Check notes here:

https://docs.microsoft.com/en-us/answers/questions/799630/arcgis-map-services-stopped-loading.html

Either workaround or statement regarding the future of this feature is needed.

Unplanned
Last Updated: 04 Feb 2022 17:26 by ADMIN
RTF documents that do not define the appropriate style types in the style definitions are not processable in RTB. While this is a deviation from the standard, MS Word manages to fix them and then open them.
Unplanned
Last Updated: 11 Jun 2021 08:12 by ADMIN

When the MinTimeRulerExtent of a view definition is lowered (to the point that the view does not have a scrollbar) and the EnableSmallAppointmentRendering is true, the content of the group headers is not displayed. 

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: 18 Mar 2019 11:56 by ADMIN
Created by: Ievgen
Comments: 0
Category: GridView
Type: Bug Report
1
 
Unplanned
Last Updated: 12 Mar 2019 09:18 by ADMIN

When the RadTabControl is placed in a RadBusyIndicator, one of the navigation repeat buttons is initially disabled.

As a workaround, you can invoke the ScrollToHorizontalOffset method of the ScrollViewer inside the RadTabControl in a Dispatcher in the Loaded event:

 private void RadTabControl_Loaded(object sender, RoutedEventArgs e)
        {
            var tabControl = sender as RadTabControl;
            var scrollViewer = tabControl.ChildrenOfType<ScrollViewer>().FirstOrDefault();
            Dispatcher.BeginInvoke(new Action(() =>
            {
                scrollViewer.ScrollToHorizontalOffset(5);
            }));
        }
Unplanned
Last Updated: 14 Jan 2019 14:03 by ADMIN

Here is the error:

Invalid XmlnsDeclaration occurs in assembly 'Telerik.Windows.Controls.GridView, Version=2018.3.1016.1050, Culture=neutral, PublicKeyToken=5803cfa389c90ce7'. XmlnsDeclaration references a namespace 'Telerik.Windows.Controls.MultiColumnComboBox' that is not in the assembly.

It is reproducible only in Visual Studio 2010 SP1.

Unplanned
Last Updated: 28 Nov 2018 17:33 by ADMIN
Some documents containing embedded jpeg images with DCTDecode filter are not decoded correctly in RadPdfViewer for Silverlight
Unplanned
Last Updated: 16 Nov 2018 12:49 by ADMIN

At this point not much else is known other than the stack trace. The stack trace suggests that this happens on selection done by dragging the mouse and perhaps the document is with incorrect structure.


Exception: [ArgumentNull_Generic]
Arguments: 
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50907.00&File=mscorlib.dll&Key=ArgumentNull_Generic
Parameter name: inline

at Telerik.Windows.Documents.Model.RadDocument.GetContainingAnnotationRanges[TRangeStart](Inline inline, Predicate`1 filter, Boolean inclusive)

at Telerik.Windows.Documents.DocumentPosition.get_IsPositionInSkipPositionRange()

at Telerik.Windows.Documents.DocumentPosition.get_IsValidPosition()

at Telerik.Windows.Documents.DocumentPosition.Validator.EnsureValidPosition(DocumentPosition position, Func`1 shouldSearchForward)

at Telerik.Windows.Documents.Selection.MouseSelectionHandler.UpdateSelectionAndCaretPosition()

at Telerik.Windows.Documents.Selection.MouseSelectionHandler.RegisterDocumentMouseMove(Point position, SourceType source)

at Telerik.Windows.Documents.UI.DocumentPresenterBase.HandleMouseMoveOnPosition(Point position, SourceType source)

at Telerik.Windows.Documents.UI.DocumentPresenterBase.Owner_MouseMove(Object sender, MouseEventArgs e)

at MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex, Delegate handlerDelegate, Object sender, Object args)

at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)


Unplanned
Last Updated: 27 Aug 2018 07:42 by ADMIN
The vertical scrollbar of the RadGridView control disappears when hosted in a RadExpander control with its ExpandDirection set to Right. Initially the scrollbar is shown but if you collapse and then expand the expander control, the scrollbar is missing.

To work this around, stop the RadExpander's animation.
<telerik:RadExpander telerik:AnimationManager.IsAnimationEnabled="False" />
Unplanned
Last Updated: 12 Oct 2018 13:58 by ADMIN
Between the small delay of a moving off the opened submenu and back to a sibling if you click a radmenuitem the click is ignored unless you wait until the submenu is fully closed.  This results in the experience of the click not working after you scroll down the menu. Very easy to repro, only affect menuitems very near the opened submenu. Issue does not occur in WPF.
Attached is a visual example of a menu item that would not work if clicked
Unplanned
Last Updated: 16 Aug 2018 11:10 by ADMIN
Unplanned
Last Updated: 15 Mar 2018 15:06 by ADMIN
When importing an html file and the color of the text is marked as windowtext, the text is transparent.
Unplanned
Last Updated: 28 Feb 2018 14:23 by ADMIN
This is reproducible in the Paging Before Grouping demo. If you remove the grouping by the Country column by clicking on the X button of the group, the indent of the group expander will not be collapsed. See the attached video. Note that this reproduces only once when the example loads.
Unplanned
Last Updated: 27 Feb 2018 09:50 by ADMIN
reproducible in themes where foreground of cells is changed on selected (i.e. VisualStudio2013)

Workaround:
add cell template to the column

<telerik:GridViewDataColumn.CellTemplate>
    <DataTemplate>
        <TextBlock Text="{Binding Property, Converter={StaticResource converter}}" />
    </DataTemplate>
</telerik:GridViewDataColumn.CellTemplate>
Unplanned
Last Updated: 20 Feb 2018 16:06 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: Docking
Type: Bug Report
1

			
Unplanned
Last Updated: 06 Feb 2018 15:41 by Shelly
For example, if you have a Mask="f", this allows you to enter long-date and short-time. The allowed value should look like this: "Sunday, December 30, 2018 12:00 PM". In other words the seconds and milliseconds are not available to enter and they should be 0. However, if you previously enter a value that contains seconds or milliseconds different than 0, they are cached in the internal LastKnowValidValue property and used when you enter a new value. So, the new value will re-use the seconds and milliseconds from the previous one.
Unplanned
Last Updated: 23 Jan 2018 07:46 by ADMIN
When the SelectedValue property of the RadDateTimePicker controls is bound to a TimeSpan (10:13) and such time does not exist in the drop down, the SelectedTime property is set to null.

As a workaround, you can subscribe to the DropDownOpened and SelectionChanged events. In the DropDownOpened event handler, you can get the current time using the SelectedTime property. Then in the SelectionChanged event handler, you can set the preserved value to the SelectedTime property of the RadDateTimePicker. 

public partial class MainPage : UserControl
{
	private bool IsLoadedFirstTime = true;
	private TimeSpan? SelectedTime;
	public MainPage()
	{
		InitializeComponent();
		this.DataContext = new MainViewModel();
	}

	private void StartDatePicker_SelectionChanged(object sender, Telerik.Windows.Controls.SelectionChangedEventArgs e)
	{
		var control = sender as RadDateTimePicker;
		if(IsLoadedFirstTime && control.IsDropDownOpen)
		{
			control.SelectedTime = SelectedTime;
			IsLoadedFirstTime = false;
		}          
	}

	private void StartDatePicker_DropDownOpened(object sender, System.Windows.RoutedEventArgs e)
	{
		var control = sender as RadDateTimePicker;
		if(IsLoadedFirstTime )
		{
			SelectedTime = control.SelectedTime as TimeSpan?;
		}
	}
}
1 2 3 4 5 6