Declined
Last Updated: 13 May 2021 10:37 by ADMIN

Hello, 

I believe that I have found a bug with the delete keyboard functionality using the delete key. Below are the steps to reproduce:

  1. Click on any row of the grid view.
  2. Observe the row is selected.
  3. Click any cell in the selected row to enter into edit mode.
  4. Exit edit mode using escape.
  5. Observe the row is still selected.
  6. Now click the delete button.
  7. Observe the delete operation doesn't work.

 

Note that if the user selects a new row and then selects the previous row the delete works. 

Demo to illustrate is in SDK sample browser.

Grid View Examples - Custom Keyboard Command Provider

Please let me know if you need any additional information.

Thank you.

Completed
Last Updated: 09 Jun 2021 05:51 by ADMIN
Release R2 2021 SP1
In Example 1 from Edit an item outside RadGridView article, we are suggesting to replace an item to trigger collection changed. This way the sorted/filtered collection will be updated. In this case, we are replacing the item with the same one. This will lose the selection after replacing it several times.
Completed
Last Updated: 21 May 2021 10:19 by ADMIN
Release LIB 2021.2.525 (25/05/2021)
When only single cells have been selected and the grid is sorted/grouped, the selection of these cells is cleared. However, the SelectedCellsChanged event is not fired.
Completed
Last Updated: 09 Jun 2021 11:10 by ADMIN
Release R2 2021 SP1
Setting the IsVisible property of a column, which is frozen on the right size by setting the RightFrozenColumnCount property, does not work as intended. 
Unplanned
Last Updated: 15 Apr 2021 07:54 by Moon
Created by: Dinko
Comments: 1
Category: GridView
Type: Feature Request
2
For example, we can create the SUM() function for the cells in the ViewPort.
Completed
Last Updated: 09 Jun 2021 08:47 by ADMIN
Release R2 2021 SP1

If you set a RowHeight value that is smaller than the height of a pinned row, the last row is clipped when you scroll to bottom. Based on the RowHeight and the number of pinned rows, you can have the last row partially clipped or fully clipped. Also, you can have more than one rows that are cut.

To work this around set the Padding and MinHeight properties of the GridViewPinButton.

<telerik:RadGridView.Resources>
       <!-- In case you are using NoXaml dlls, set the following property to the Style object: -->
       <!-- BasedOn="{StaticResource GridViewPinButtonStyle}" -->
	<Style TargetType="telerik:GridViewPinButton">
		<Setter Property="MinHeight" Value="0" />
		<Setter Property="Padding" Value="2" />
	</Style>
</telerik:RadGridView.Resources>

Completed
Last Updated: 20 May 2021 06:30 by ADMIN
Release LIB 2021.2.525 (25/05/2021)
In this case, the business object has properties with similar names "A" and "a". The default binding does not respect upper and lower cases for similar naming.
Unplanned
Last Updated: 22 Mar 2021 18:30 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: GridView
Type: Feature Request
2
The row arrangement is implemented correctly, but because of rounding errors, gaps and rows overlapping may appear during the WPF render phrase. This happens if the boundaries of the row containers use too high precision for its values (top, left, bottom, right). Consider improving this by rounding the boundary values before calling the Arrange() method of the row's container.
Completed
Last Updated: 31 May 2021 05:02 by ADMIN
Release LIB 2021.2.531 (05/31/2021)

The issue reproduces in the following situation.

  • The selection mode is Extended and the selection unit is Mixed.
  • Multiple rows are selected.
  • Cells of the selected rows are updated.
  • The column of the updated cells is previously sorted (before the update of the cell values).
  • DataTable is used to populate the RadGridView control.

To work this around set the SelectionUnit property of RadGridView to FullRow or use a collection type like ObservableCollection<T> instead of a DataTable.

Unplanned
Last Updated: 09 Sep 2024 12:32 by ADMIN
Created by: Martin Ivanov
Comments: 2
Category: GridView
Type: Feature Request
3
Add a separator element under the last pinned row, similar to the frozen columns splitter. The visual could be e horizontal line shown at the bottom border of the row.
Unplanned
Last Updated: 11 Mar 2021 17:06 by ADMIN
Currently, the splitter is drawn with few pixels and a background color based on the current Telerik theme. Add an API like a Style or another type of property that allows you to change the default color and width of the splitter.
Completed
Last Updated: 02 Apr 2021 05:13 by ADMIN
Release LIB 2021.1.405 (5/04/2021)
Currently, when setting ShowToolTipOnTrimmedText, the duration of the displayed tooltip is hardcoded to 5 seconds. Add an API to change the duration.
Completed
Last Updated: 31 May 2021 07:21 by ADMIN
Release LIB 2021.1.315 (03/15/2021)
Scrolling the RadGridView in the dropdown of the GridViewMultiColumnComboBoxColumn through mouse click&drag does not work. 
Completed
Last Updated: 15 Mar 2021 14:29 by ADMIN
Release LIB 2021.1.322
Created by: LindenauAtSOG
Comments: 2
Category: GridView
Type: Bug Report
3

The class Telerik.Windows.Data.QueryableExtensions has a static dictionary "providerIsEntityFrameworkCore"

That dictionary will hold a reference (forever) to a collection that is set as Source for the GridView.

Reason is that non IQueryable-types will be wrapped in a EnumerableQuery<T> that will return itself as the provider (https://referencesource.microsoft.com/#System.Core/System/Linq/SequenceQuery.cs,44), encapsulating the reference.

This must be something introduced recently.

Unplanned
Last Updated: 23 Feb 2021 08:11 by ADMIN
Created by: Dinko
Comments: 0
Category: GridView
Type: Feature Request
2

You are able to resize columns using the columns gripper. The corresponding group will be automatically resized. We can provide a way to resize the column groups. The columns inside the group will be automatically resized with the group.

Unplanned
Last Updated: 18 Feb 2021 08:33 by ADMIN

At the moment the GridViewNewRow can be placed at the top or at the bottom. Placing it between the rows will require new virtualization mechanism. 

Completed
Last Updated: 18 Feb 2021 15:23 by ADMIN
Release R1 2021 SP
Replacing all Columns, Group, and Sort descriptors while keeping the same ItemsSource causes the grid rows to have the wrong heights.
Completed
Last Updated: 17 Feb 2021 12:19 by ADMIN
Release R1 2021 SP
ArgumentException: ''' is not a valid value for property 'Name'.' Such an exception is thrown when clicking on the Add New Row button when the RadGridView is populated with objects that return null in their ToString method. 
Completed
Last Updated: 31 May 2021 06:36 by ADMIN
Release LIB 2021.2.531 (31/05/2021)

This behavior is reproducible when the HorizontalAligment property of the control or its parent element is set to Left.

Won't Fix
Last Updated: 10 Feb 2021 09:59 by ADMIN
The RadGridView's is bound to an empty DataView and grouped by a GridViewComboBoxColumn. When adding items during runtime, setting the SelectedItem in code or selecting through the UI -> the SelectedItem remains null.