Unplanned
Last Updated: 28 Mar 2024 14:39 by ADMIN
In this particular case, the connections are added runtime which triggers the exception when the TipOverTree is routing is used.
Completed
Last Updated: 28 Mar 2024 12:09 by ADMIN
When Excel-like filtering is enabled and the user selects an item from the "Available Filters" drop down menu, a CompositeFilterForm is shown.
Need More Info
Last Updated: 25 Mar 2024 13:42 by Al
This exception is a result of changes in the Current property of the IEnumerator interface. With the lastest version, if the current item is undefined it will throw an exception if we try to access it with the Current property, while in the older version, it will return null.
In Development
Last Updated: 25 Mar 2024 13:26 by ADMIN
Scheduled for (2024 Q2)

Currently, VisualStudio2012DarkTheme has a white background in order to be able to read the labels. This change was done when addressing this item:

https://feedback.telerik.com/winforms/1535458-radchartview-the-axis-label-are-difficult-to-read-in-visualstudio2012darktheme 

However, it is inconsistent a dark theme to have a white background color. The design should be improved to achieve consistent look and feel.

In Development
Last Updated: 25 Mar 2024 12:46 by ADMIN
Scheduled for (2024 Q2)
Created by: Al
Comments: 1
Category: DropDownList
Type: Bug Report
0

1. PropertyGridTextBoxEditor becomes smaller height.

2. DropDownListEditorElement also has a small height and popup appear with a vertical scrollbar.

Unplanned
Last Updated: 25 Mar 2024 09:48 by ADMIN
Setting the ShowBorder property design time, will not serialize its value in the designer. Changing the form size, for example, will remove the setter of this property from the designer.cs file.
In Development
Last Updated: 25 Mar 2024 06:52 by ADMIN
Scheduled for (2024 Q2)

Legend Item Text is not visible in Windows11Dark. This is because the LegendItem  A possible workaround is to subscribe to the VisualItemCreating event. In the event handler, we can create a new LegendItemElement and set its ForeColor.

private void LegendElement_VisualItemCreating(object sender, LegendItemElementCreatingEventArgs e)
{            
    e.ItemElement = new LegendItemElement(e.LegendItem) { ForeColor = Color.Black };
}

In Development
Last Updated: 22 Mar 2024 17:01 by ADMIN
Scheduled for (2024 Q2)
How to reproduce: just create a RadForm, in the designer change its size and set its FormBorderStyle property to be None. When the form loads its size will be increased.

Workaround: set its MaximumSize property
this.MaximumSize = new Size(400, 80);
Unplanned
Last Updated: 22 Mar 2024 15:13 by ADMIN
Created by: Arturo
Comments: 1
Category: UI for WinForms
Type: Feature Request
1

Hi,

Please, add a property  or method to the RadWebCam control to set video bit rate or quality. Currently is fixed a 4 mbits and it results in very poor image quality at high resolutions.

Please find attached images to see the difference  between snapshot and video recording. With fast moving pictures is even worse.

Thanks.

 

In Development
Last Updated: 20 Mar 2024 14:08 by ADMIN
Scheduled for (2024 Q2)

In this scenario, the RadGridView.DataSource property is set to Microsoft.EntityFrameworkCore.ChangeTracking.ObservableCollectionListSource. When the RadGridView.Rows.Remove() method is called an IndexOutOfRange exception is thrown.

 


Unplanned
Last Updated: 20 Mar 2024 13:10 by ADMIN
In Development
Last Updated: 20 Mar 2024 12:49 by ADMIN
Scheduled for (2024 Q2)
NullReferenceException occurs in a multi-select scenario when clicking (and holding the mouse button) on an empty area in the grid and the mouse leaves the boundaries of the control.
Unplanned
Last Updated: 19 Mar 2024 09:43 by erwin
When moving between screens with different dpi the PopupOpening event should not be called.
Unplanned
Last Updated: 18 Mar 2024 15:44 by TRANSEPT
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 3
Category: Scheduler/Reminder
Type: Feature Request
7

			
Unplanned
Last Updated: 18 Mar 2024 14:44 by ADMIN

Run the attached project on a monitor with 100% DPI scaling and open the Excel-like filter popup:

100%:

After moving the form to the second monitor with 150% DPI scaling, the filter popup is not OK:

150%:

The popup is smaller and smaller with each next opening (see the attached gif file) at 150%. If you decide to move back the form on the monitor with 100% DPI scaling, the filter popup is not scaled properly.

Unplanned
Last Updated: 18 Mar 2024 12:00 by ADMIN

Add option to enter new value that is independent from the data source or items.

Unplanned
Last Updated: 15 Mar 2024 13:29 by Dennis
The problem is, that the "Activated" sub of another form was fired after the overlay was closed.
Unplanned
Last Updated: 14 Mar 2024 14:06 by ADMIN
1 2 3 4 5 6