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.

Unplanned
Last Updated: 18 Mar 2019 11:56 by ADMIN
Created by: Ievgen
Comments: 0
Category: GridView
Type: Bug Report
1
 
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: 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>
Completed
Last Updated: 03 May 2017 08:37 by ADMIN
The issue is replicated only when a filtering operation is applied. For a grouping and sorting one it is not. In Silverlight when the new source collection is set, the column headers are cleared and empty rows are displayed. In WPF the item is not cleared. The workaround is to clear the FilterDescriptors collection of RadGridView before assigning the new instance of the source collection.
Completed
Last Updated: 17 Aug 2018 07:31 by ADMIN
Completed
Last Updated: 24 Jun 2016 14:03 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:07 by ADMIN
GridViewExpressionColumn cell does not update its content when editing it, CellEditTemplate is used and the datacontext is an object which implements IEditableObject interface.
Completed
Last Updated: 20 Oct 2016 08:12 by ADMIN
Completed
Last Updated: 22 Oct 2015 08:40 by ADMIN
The problem should be resolved with lib version 2015.3.1026.
Completed
Last Updated: 13 Jun 2016 16:37 by ADMIN
Completed
Last Updated: 01 Jul 2016 12:12 by ADMIN
Completed
Last Updated: 26 Jan 2016 09:04 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 1
Category: GridView
Type: Bug Report
2

			
Unplanned
Last Updated: 08 Aug 2016 09:16 by ADMIN
1 2