Unplanned
Last Updated: 21 Nov 2024 17:50 by Micah

Incorrect or missing accessible object names in the Inspect.exe tool (MSAA).

 

 

 

Unplanned
Last Updated: 20 Nov 2024 15:10 by ADMIN
Created by: Micah
Comments: 1
Category: GridView
Type: Feature Request
2
Add support for data annotations.
Unplanned
Last Updated: 18 Nov 2024 13:19 by ADMIN
Unplanned
Last Updated: 13 Nov 2024 14:49 by ADMIN
Improve the sorting performance when having equal values in the column.
Unplanned
Last Updated: 13 Nov 2024 08:30 by ADMIN
Unplanned
Last Updated: 11 Nov 2024 13:36 by ADMIN
Created by: Nadya
Comments: 0
Category: GridView
Type: Feature Request
3
 Add support for UI Automation in RadGridView control.
Unplanned
Last Updated: 05 Nov 2024 15:17 by ADMIN

The following line gets serialized when set this property:

((Telerik.WinControls.UI.GridSelectCheckBoxElement)(this.radGridView1.GetChildAt(0).GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0).GetChildAt(1).GetChildAt(0).GetChildAt(1).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

Unplanned
Last Updated: 17 Oct 2024 14:30 by Yurii

ConditionalFormatting dialog elements are overlapping in the Windows 11 theme. The text is clipped on the right:

Unplanned
Last Updated: 16 Oct 2024 14:40 by Yurii
DateTime and TimeSpanPicker editors popup is not resized to fit the content in Windows 11 theme;
Unplanned
Last Updated: 11 Oct 2024 10:21 by ADMIN
In this case, we have an enum column. When the DataFilter dialog is shown and we click to enter the filter value, an exception is thrown.
Unplanned
Last Updated: 04 Oct 2024 10:22 by ADMIN
In this case, we have a GridViewHyperlinkColumn in which we have a cell with an empty string or null value. Exporting the control in XLSX format leads to an exception.
Unplanned
Last Updated: 06 Aug 2024 10:33 by ADMIN
Unplanned
Last Updated: 01 Aug 2024 10:45 by ADMIN
In this case, we have null values in some cells. When filtering the column, these cells will be ignored. 
Unplanned
Last Updated: 30 Jul 2024 13:00 by ADMIN
While the Excel-Like filtering dialog is open and the mouse is over the RadGridView rows, moving the mouse wheel will scroll both the filtering dialog and the rows.
Unplanned
Last Updated: 27 May 2024 08:14 by ADMIN
EndEdit() method is not called of IEditableObject if an exception is thrown while setting a null value to the bound property
Unplanned
Last Updated: 09 May 2024 10:25 by ADMIN
In this case, the RadGridView is in the Self-Reference hierarchy. When the value of a cell is changed runtime, we are populating the bound (BindingList) collection with new items. All BindingList notifications will be called, however, the internal RadListSource in the RadGridView won't be updated, thus leading to a ArgumentOutOfRangeException.
Unplanned
Last Updated: 08 May 2024 13:46 by ADMIN
In the description of the RowIndent property is mentioned that this will indent groups and hierarchy rows.  However, it can indent group rows only. 
Unplanned
Last Updated: 04 May 2024 08:38 by erwin
Holding CTRL + C on a cell for a couple of seconds will throw ExternalException. 
Unplanned
Last Updated: 01 May 2024 13:47 by ADMIN

In this scenario, the Browsable(false) attribute is set to both properties which are used to create the self-referencing hierarchy. When the columns are predefined, running that application will freeze as the RadGridView could not correctly get the parent row. If the columns are auto-generated, this behavior is not observed. 

This is not exactly a real solution as setting the Browsable(false) attribute will remove the properties from the source. However, the control should not freeze the application.

Unplanned
Last Updated: 25 Apr 2024 13:11 by Ashley
It appears that this scenario is not handled properly in our exporter. Consider the case where you have two templates that use view definition. 

The view definition from the second template is not exported at all.
1 2 3 4 5 6