Declined
Last Updated: 17 Oct 2022 12:27 by ADMIN

The Gridview Distinct Filters can't be reuse if the filtering panel is close.

When the filter panel is reopen selecting or deselecting distinct filter have no effect.

This is reproductible in telerik demo in any gridview with distinct filter.

the bug is present in browser and oob applications.

Declined
Last Updated: 27 Jul 2018 13:39 by ADMIN
Created by: Patrick
Comments: 1
Category: AutoCompleteBox
Type: Bug Report
2
After selection autocomplete uses the data within TextSearchPath for display. We search many fields so this output is less than ideal. DisplayMemberPath or a SelectedItemTemplate would be better.
Declined
Last Updated: 04 Jun 2018 08:09 by ADMIN
- When exporting Docx to Binary,  non-breaking spaces are being replaced by a normal space. 

Declined
Last Updated: 04 Jan 2017 11:00 by ADMIN
My FindFullMatchIndex method returns -1 when an item is not found. Instead of selecting no items and leaving the scroll position where it's at like the default search text behavior; the combobox scrolls the list to the top and selects the first item in the list.
Declined
Last Updated: 22 Jan 2020 15:37 by ADMIN
Declined
Last Updated: 21 Mar 2016 14:02 by ADMIN
Created by: Arathi
Comments: 1
Category: UI for Silverlight
Type: Bug Report
0
Hi team,
We are facing below list of issues with telerik test studio. We would like to know what will be the best approach to capture and run automation test cases for Silverlight web application.
Using telerik test studio we have automated our Siliverlight application but some of the test cases getting fails. Sometimes it works sometimes not.
1.	Test step to select an item form Dropdown/ComboBox fails.
2.	New version (2015.3) of telerik test studio take longer time to start execution of test cases from Visual studio. When we execute test cases from test studio, it run faster won’t take time to start execution. 
3.	Today’s captured/modified test cases works fine but the same test cases we run on next/later days than it fails at certain steps. Like element not found, not able to select an item from dropdown etc.
4.	Some of the test cases get fail when we schedule it but the same test case works fine we run it individually.
5.	We are using TFS for source code repository, Sometimes when we open automation project in visual studio than all test case files get checked out though we have not made any changes.
6.	Not able compare two different version of one test case file(if two user works on same file and one has checked in it and another one is taking latest to merge both file).
Please provide resolution of these queries. Continuously we are facing these issues.
Also let us know what are the best practice to work with telerik test studio for web app automation.
Declined
Last Updated: 29 Dec 2016 14:23 by ADMIN
Declined
Last Updated: 31 Aug 2015 15:41 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: ChartView
Type: Bug Report
0
This behavior is expected. This allows for a legend to be customized so that the legend items can control the visibility of the series. For reference see this example http://demos.telerik.com/silverlight/#ChartView/LargeData. 
The legend items have been retemplated so that the legend item contains a toggle button, which controls the visibility of a series. In order to be able to make a series Visible, the toggle button has to be visible, which in turn means that the legend item has to be Visible. 
If you need to have the legend item hidden, when the series is not visible, you can use a custom legend item template. In the template you can bind its visibility to the Visibility of the series presenter: Visibility="{Binding Presenter.Visibility}". 
An alternative is to set the LegendSettings property to null when the Visibility is Collapsed, you can use a Converter for this purpose.
Declined
Last Updated: 08 May 2015 14:23 by ADMIN
Created by: B
Comments: 1
Category: UI for Silverlight
Type: Bug Report
0
In the Office2013 theme for both SIlverlight and WPF in the latest version, the RadTabItemStyle has the Office Black for unfocussed tabs.

To fix this I added the lines:

        <Setter Property="Background" Value="{x:Null}" />
        <Setter Property="BorderBrush" Value="{x:Null}" />

Not sure if that is the right place to fix it, because in the previous version of the Office2013 theme (where the RadTabItem had the right style) those 2 lines were not present.
==========================
DECLINED DUE TO INACTIVITY.
Declined
Last Updated: 23 Mar 2015 13:37 by ADMIN
ADMIN
Created by: Milena
Comments: 0
Category: Diagram
Type: Bug Report
1
RadDiagram control doesn't fire MouseLeftButtonDown/Up events.

We are declining this bug report.
Diagram needs to handle these events by design. It was our miss these events were not handled in the previous versions of RadDiagram till Q1 2015. 
We will list this in the breaking changes in our release notes as well.
Declined
Last Updated: 12 Jan 2015 09:28 by ADMIN
Created by: Mark
Comments: 1
Category: RichTextBox
Type: Bug Report
0
Many common words with apostrophes fail spell checking (isn't, shouldn't) while others pass (don't, can't). 

Word traversal (GetCurrentWord, etc.) breaks words apart on apostrophes.
Declined
Last Updated: 08 Oct 2014 14:34 by ADMIN
Created by: Alexi
Comments: 1
Category: ListBox
Type: Bug Report
0
Currently I´m testing the latest versión of Telerik Silverlight and the RadListBox control is crashing when binding VisualizationLayer items from RadMap control. It doesn´t show error information, the screen is withe.
This is the code I´m using:

VIEW

 <Grid>
  <Grid.Resources>
    <converters:ItemsMapToLayerStringConverter  x:Key="ItemsMapToLayerStringConverter" />
  </Grid.Resources>
  <Grid.RowDefinitions>
    <RowDefinition Height="*"/>
    <RowDefinition Height="Auto"/>
  </Grid.RowDefinitions>
  <telerik:RadMap x:Name="Map">
    <telerik:RadMap.Providers>
      <telerik:OpenStreetMapProvider />
    </telerik:RadMap.Providers>
  </telerik:RadMap>
  <telerik:RadListBox ItemsSource="{Binding ElementName=Map, Path=Items, Converter={StaticResource ItemsMapToLayerStringConverter}}" Gid.Row="1" >
    <telerik:RadListBox.ItemTemplate>
      <DataTemplate>
        <TextBlock Text="{Binding Tag}"/>
      </DataTemplate>
    </telerik:RadListBox.ItemTemplate>
  </telerik:RadListBox>
</Grid>

CONVERTER.

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
  var mapa = value as RadMap;
  var capas = mapa.ChildrenOfType<VisualizationLayer>().ToList();
  return capas;
}
Declined
Last Updated: 11 Feb 2016 11:49 by ADMIN
In addition the AutoExpandGroups="False" is not respected and it only occurs when the GroupRenderMode is set to "Nested". As a workaround you can set the GroupRenderMode to "Flat".
Declined
Last Updated: 08 Aug 2014 12:18 by ADMIN
Created by: simone massaro
Comments: 1
Category: UI for Silverlight
Type: Bug Report
1
Hello,

I have a problem with the RadMap component which leads the silverlight plugin to a crash.
Basically i'm changing periodically the center of the map using the "ZoomLevel" and the "Center" properties of the map and after a casual number of times the silverlight plugin crashes with an  "AccessViolationException"

In order to reproduce the issue is sufficient to create a project with a simple user control with the following XAML:

<UserControl x:Class="RadMapTest.Map"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">
     
    <Grid x:Name="LayoutRoot" Background="White">
        <telerik:RadMap x:Name="MapControl" >
            <telerik:RadMap.Provider>
                <telerik:ArcGisMapProvider Mode="Aerial"  />
            </telerik:RadMap.Provider>
        </telerik:RadMap>
    </Grid>
</UserControl>


And the following code behind:

using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Threading;
 
namespace RadMapTest
{
    public partial class Map : UserControl
    {
        private bool zoomOut;
        private DispatcherTimer timer;
        private Random random;
 
        public Map()
        {
            this.zoomOut = true;
            this.timer = new DispatcherTimer();
            this.random = new Random(DateTime.Now.Second);
            InitializeComponent();
 
            this.Loaded += OnLoaded;
        }
 
        private void OnLoaded(object sender, RoutedEventArgs e)
        {
            this.timer.Interval = TimeSpan.FromMilliseconds(1000);
            this.timer.Tick += this.OnTick;
            this.timer.Start();
        }
 
        private void OnTick(object sender, EventArgs e)
        {
            this.MapControl.Center = new Telerik.Windows.Controls.Map.Location((random.NextDouble() * 180) - 90, (random.NextDouble() * 360) - 180);
            this.MapControl.ZoomLevel = zoomOut ? this.MapControl.MinZoomLevel : random.Next(this.MapControl.MinZoomLevel, this.MapControl.MaxZoomLevel);
 
            zoomOut = !zoomOut;
        }
    }
}

I was able to reproduce this issue with the Silverlight Q1 2014 and Silverlight Q2 2014.
Also I have tried both Bing and ArcGIS providers.

In the test i'm using a very short animation time (1 sec), but the problems persists also with longer timings (e.g. 45 sec).

Can you provide some help on this?
Declined
Last Updated: 08 Feb 2016 07:49 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 1
Category: RadDomainDataSource
Type: Bug Report
0
Occurs only when nested DataMemberBinding is set with null value for the parent object in the nested binding.  The same works fine with DomainDataSource.
Declined
Last Updated: 04 Nov 2016 15:28 by ADMIN
When Minimized and then Removed and Re-Added in its parent container, the RadOutlookBar cannot be Maximized

DECLINED: Duplicated with https://feedback.telerik.com/Project/143/Feedback/Details/112770-outlookbar-when-minimized-and-then-removed-and-re-added-in-its-parent-container
Declined
Last Updated: 22 Jun 2016 10:43 by ADMIN
Declined
Last Updated: 21 Nov 2014 13:01 by ADMIN
mask="" and formatstring="n2" and Culture="ru-RU". After input "3"  
after entering 3 at output you get 30000.00
Declined
Last Updated: 14 Jan 2016 16:10 by ADMIN
ADMIN
Created by: Kalin
Comments: 0
Category: Calendar
Type: Bug Report
0

			
Declined
Last Updated: 09 Jul 2014 06:11 by Alex
Created by: Alex
Comments: 0
Category: Map
Type: Bug Report
0
Bing map provider does not work over HTTPS due to the fact that the tile images of Bing currently use different URLs for HTTP and HTTPS.
1 2 3