Completed
Last Updated: 11 May 2018 05:44 by ADMIN
Placing text in quotes after exclude search operator and search getting the wrong result. As a workaround to get the desired result the search string can be changed in this way: from  -"Rio de" to  -Rio + -de.
Completed
Last Updated: 11 May 2018 05:43 by ADMIN
Unplanned
Last Updated: 04 May 2018 12:28 by ADMIN
Completed
Last Updated: 30 Apr 2018 13:18 by ADMIN
Available in LIB version 2016.3.1128, it will be also available in the 2017 R1 Release.
Unplanned
Last Updated: 26 Apr 2018 13:39 by ADMIN
To work this around set the GroupRenderMode property of RadGridView to Flat.

When GroupRenderMode is set to Nested the issue can be overcome by calling the BringIntoView method on the row returned in the ScrollIntoViewAsync method's callback:
gridView.ScrollIndexIntoViewAsync(index,
  new Action<FrameworkElement>((f) =>
  {
      f.BringIntoView();
  }));
Completed
Last Updated: 26 Apr 2018 11:32 by Jan
Unplanned
Last Updated: 24 Apr 2018 12:27 by Vladimir
Completed
Last Updated: 20 Apr 2018 09:12 by Jan
Unplanned
Last Updated: 19 Apr 2018 11:19 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 29 Mar 2018 08:41 by ADMIN
An implicit style could be added:

<Style TargetType="telerik:FilteringControl" BasedOn="{StaticResource FilteringControlStyle}">
   <Setter Property="Background" Value="{telerik:FluentResource ResourceKey=AlternativeBrush}" />
</Style>
Declined
Last Updated: 28 Mar 2018 11:53 by ADMIN
I am setting the status of the item to Declined as the reported behavior is due to the fact that the RowDetailsVisibilityMode is set to VisibleWhenSelected. The default behavior of RadGridView is to split the merged cell when a row with expanded row details is added. Thus, the reported issue you are is the expected one. If setting the RowDetailsVisibilityMode is removed the control will behave as expected. 
Declined
Last Updated: 28 Mar 2018 11:49 by ADMIN
The reason for declining the item is that a possible fix for this behavior would practically interfere with the virtualization mechanism of the control. Shortly said, when the columns have their width initially set, RadGridView is aware of the column with the biggest size and performs its calculations based on it. When their size is changed on loading, the control cannot be aware of the size of a column that is not present in the viewport thus, the reported issue is observed. In order this behavior to be modified so, the engine needs to measure an element that is not yet loaded. We cannot commit ourselves to implementing this, as this would affect the virtualization of RadGridView. A possible workaround would be to avoid setting the Width of the columns initially in XAML.
Completed
Last Updated: 26 Mar 2018 11:02 by ADMIN
Completed
Last Updated: 26 Mar 2018 06:46 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 2
Category: GridView
Type: Feature Request
7

			
Completed
Last Updated: 20 Mar 2018 16:27 by ADMIN
Available in LIB version: 2017.2.710
Completed
Last Updated: 16 Mar 2018 15:02 by ADMIN
Unplanned
Last Updated: 14 Mar 2018 14:42 by Vladimir
Unplanned
Last Updated: 13 Mar 2018 12:12 by ADMIN
Completed
Last Updated: 08 Mar 2018 09:14 by ADMIN
The fix is available in the R1 2018 Release.
Completed
Last Updated: 08 Mar 2018 09:13 by ADMIN