In Development
Last Updated: 20 Sep 2024 08:37 by ADMIN
Scheduled for 2024 Q4 (November)
In this scenario, the control is populated in unbound mode, and drag-drop operation is enabled. Dragging and dropping an item at the last position will lead to ArgumentOutOfRangeException.
Unplanned
Last Updated: 20 Sep 2024 07:36 by Sandor
Clicking outside the popupEditor does not close the associated popup container.
In Development
Last Updated: 19 Sep 2024 14:24 by ADMIN
Scheduled for 2024 Q4 (November)
Checking the select column header cell won't select the rows that are hidden. Thus in a grouping scenario, the group checkbox to an intermediate state. This will lead to confusion that there are still un-selected items, while all visible items are selected.
Unplanned
Last Updated: 19 Sep 2024 11:59 by ADMIN
The control can't be focused when the RadTextBox is placed inside a TableLayoutPanel cell and the Anchor property is set to four side or Dock property is set to Fill.
In Development
Last Updated: 18 Sep 2024 09:52 by ADMIN
Scheduled for 2024 Q4 (November)

Set IsThreeState property to true and choose ToggleState to Indeterminate.

Office2019Dark:

Office2019Light:

Unplanned
Last Updated: 13 Sep 2024 12:36 by ADMIN
InvalidCastException when loading a document that contains shapes with custom geometry.
Unplanned
Last Updated: 11 Sep 2024 08:12 by ADMIN
In this case, the cell contains the following string: körte. When copying the cell while it is in non-edit mode, and pasting the value in another cell, the pasted string is the following one: körte
In Development
Last Updated: 10 Sep 2024 07:43 by ADMIN
Scheduled for 2024 Q4 (November)
In Development
Last Updated: 09 Sep 2024 11:37 by ADMIN
Scheduled for 2024 Q4 (November)
Created by: Geovani
Comments: 0
Category: UI for WinForms
Type: Bug Report
0
In Development
Last Updated: 09 Sep 2024 11:16 by ADMIN
Scheduled for 2024 Q4 (November)
  1. Group by some column or create hierarchy.
  2. Select all from the parent header check box or in the header.
  3. Expand parent row
  4. As a result, the row expands, but selection disappears.
In Development
Last Updated: 09 Sep 2024 10:24 by ADMIN
Scheduled for 2024 Q4 (November)

When I update to version 2024.3.806 I get a build error :

Unplanned
Last Updated: 06 Sep 2024 10:50 by ADMIN
Created by: Liang Sime
Comments: 1
Category: UI for WinForms
Type: Bug Report
0
Me.radToggleSwith1.OffText = "OFF"
Me.radToggleSwith1.OnText = "ON"
Unplanned
Last Updated: 06 Sep 2024 08:53 by Karthik
Unplanned
Last Updated: 04 Sep 2024 06:12 by Al
When I bind the SelectedValue property to a ViewModel, changing the value through the user interface does not update the corresponding value in the ViewModel.
Unplanned
Last Updated: 27 Aug 2024 13:57 by Andrew

In RadRichTextEditor:


In Word:

Declined
Last Updated: 26 Aug 2024 17:09 by ADMIN
Created by: fabrizio
Comments: 2
Category: UI for WinForms
Type: Bug Report
0

Hi, the new feauture Merge Cells is very nice but the alignment is only at the center.

Can I align the merged cells in the same mode of the column?

Thanks, Fabrizio

In Development
Last Updated: 20 Aug 2024 15:04 by ADMIN
Scheduled for 2024 Q4 (November)
How to reproduce: Create a DPI-aware application and run it on a Windows 10 machine on 125%, the text inside the editors is smaller compared to the text in cells which are not in edit mode.

Workaround: 
private void RadGridView1_CellEditorInitialized(object sender, GridViewCellEventArgs e)
{
    BaseInputEditor editor = e.ActiveEditor as BaseInputEditor;

    if (editor != null)
    {
        RadTextBoxItem item = editor.EditorElement.FindDescendant<RadTextBoxItem>();

        if (item != null)
        {
            item.HostedControl.Font = this.radGridView1.GridViewElement.GetScaledFont(this.radGridView1.GridViewElement.DpiScaleFactor.Height);
        }
    }
} 
In Development
Last Updated: 19 Aug 2024 14:51 by ADMIN
Scheduled for 2024 Q4 (November)

Repro-steps:

  1. Create a RadTreeView
  2. Set the TreeViewElement.ExpandTimerInterval to 5 seconds.
  3. Enable drag/drop.
  4. Fill the tree with random nodes and childnodes
  5. Drag a node over other nodes. Make sure you do not hover longer than 5 seconds over a single node. So just move around.

Observed behavior:

  1. After 5 seconds the node you are just hovering over, is expanding.

Expected behavior:

  1. No node will automatically expand. Every time a new node is hovered over, the timer will reset.


In Development
Last Updated: 19 Aug 2024 12:23 by ADMIN
Scheduled for 2024 Q4 (November)
A specific scanned file is not displayed with the new model.
Unplanned
Last Updated: 16 Aug 2024 08:46 by ADMIN
A specific scanned file is not displayed in the viewer. This lead to empry pages.
1 2 3 4 5 6