Pending Review
Last Updated: 25 Apr 2024 10:15 by Simon

Please add an option to modify the corner radius for TrackBackground and UncheckedTrackBackground in the RadToggleSwitchButton template.

The radius of both rectangles is hard-coded to 9 (TrackBackground)  / 12 (UncheckedTrackbackground) (Why are they different btw?). While it is possible to set the TrackHeight and TrackWidth to custom values, this doesn't really work well for the Fluent theme right now due to the radii quickly becoming disproportionally large or small compared to the TrackHeight. This results in the control losing its shape and becoming more and more egg-shaped or rectangular, depending on whether you decrease or increase the TrackHeight.

Ideally, the Radii would be automatically computed, depending on the selected TrackHeight (Floor(TrackHeight/2) ?), however, a manual solution would also be a lot better than nothing. That way we could at lease define proportionally matching values via styles.

<Grid Grid.Column="1" SnapsToDevicePixels="True" Height="{TemplateBinding TrackHeight}">
                            <Rectangle x:Name="TrackBackground" RadiusX="12" RadiusY="12" Fill="{TemplateBinding Background}" Stroke="{TemplateBinding BorderBrush}" Opacity="0" StrokeThickness="{TemplateBinding BorderThickness}" />
                            <Rectangle x:Name="UncheckedTrackBackground" RadiusX="9" RadiusY="9" Fill="{StaticResource MainBrush}" Stroke="{StaticResource BasicBrush}" StrokeThickness="{TemplateBinding BorderThickness}" />
                            <Ellipse x:Name="PART_Thumb" Fill="{StaticResource MarkerInvertedBrush}" Width="{TemplateBinding ThumbWidth}" Height="{TemplateBinding ThumbHeight}"
                                     HorizontalAlignment="Left" RenderTransformOrigin="0.5,0.5" Margin="6 0">
                                <Ellipse.RenderTransform>
                                    <TranslateTransform X="0" Y="0" />
                                </Ellipse.RenderTransform>
                            </Ellipse>
                        </Grid>

Unplanned
Last Updated: 24 Apr 2024 21:21 by Jason
ADMIN
Created by: Kalin
Comments: 2
Category: ComboBox
Type: Feature Request
7
Currently filtering with virtualized RadComboBox is not supported as the filtering feature works with the containers (changes their Visibility).
Unplanned
Last Updated: 23 Apr 2024 11:56 by Thoerle
ADMIN
Created by: Aylin
Comments: 3
Category: UI for WPF
Type: Feature Request
10
Create NuGet symbol packages - containing the .pdb files - corresponding to the primary NuGet packages. The process is described here: https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages .

This will facilitate the debugging of problems in the controls code.
Unplanned
Last Updated: 22 Apr 2024 10:53 by Valentin
 Form XObject that contains path with a Matrix position is not rendered.
Unplanned
Last Updated: 19 Apr 2024 07:14 by ADMIN
RadMap control has an interesting feature in which, while zooming in, if no data is available for a zoom level, the last available image of a lower zoom level is used (scaled up to match the geographical bounds of the image). It would be really useful if the feature was available also while zooming out, allowing users to not have to have data for all zoom levels when using a custom offline provider.
Unplanned
Last Updated: 19 Apr 2024 05:32 by Divya
Vertical and horizontal scroll bar moves too fast once outside of the Viewport and one is dragging the selection.
Unplanned
Last Updated: 17 Apr 2024 07:23 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: VirtualKeyboard
Type: Feature Request
0
Add an event on the RadVirtualKeyboard class that is raised when a key button is pressed. For example, KeyPressed or something like this. 
Unplanned
Last Updated: 15 Apr 2024 09:00 by Wolfgang
Provide option to set if the grouping is case-sensitive
Unplanned
Last Updated: 12 Apr 2024 10:23 by ADMIN
ADMIN
Created by: Tanya
Comments: 7
Category: UI for WPF
Type: Feature Request
25
Enable the customers to create and modify .pptx (PowerPoint) files . They need processing as well as showing such documents.
Declined
Last Updated: 11 Apr 2024 08:43 by Petar
Created by: Laurent Kempé
Comments: 14
Category: UI for WPF
Type: Feature Request
33

Hi

I would like to know if Progress Telerik has some plan to port their WPF controls to Avalonia (avaloniaui.net).

 

Thanks

Laurent

Unplanned
Last Updated: 11 Apr 2024 05:30 by ADMIN
Introduce a way to set the modifier key used for multi-column sorting.
Unplanned
Last Updated: 09 Apr 2024 13:43 by Martin Ivanov

Make the following selection-related methods of the HeatMapDefinition class "protected internal virtual" instead of "internal virtual". 

  • IsCellSelected
  • IsRowSelected
  • IsColumnSelected

This will allow the developer to properly implement also the selection feature in their custom heat map definition code.

Unplanned
Last Updated: 09 Apr 2024 13:21 by Divya
 RadSpreadsheetSheetSelector add options for disabling the reordering and the editing of the sheets 
Completed
Last Updated: 08 Apr 2024 14:24 by ADMIN
Release 2024.1.408
Make the MoveSelectionCommandParameter class public so one can easily access its parameters. 
Unplanned
Last Updated: 08 Apr 2024 10:36 by Stenly
Add NoResultsContent and NoResultsContentTemplate properties to the RadMultiColumnComboBox control. 
Unplanned
Last Updated: 08 Apr 2024 10:23 by Stenly
Add NoResultsContent and NoResultsContentTemplate properties to the RadComboBox control. 
Unplanned
Last Updated: 03 Apr 2024 12:54 by Stenly
Currently, the width of the category indicator for each item is a fixed size, depending on the design of each theme. Include an API for changing this value.
Unplanned
Last Updated: 28 Mar 2024 12:00 by Steven
LayoutControl uses XamlWriter.Save/XamlReader.Load when custom items/controls are added in its toolbox.
For example:
 LayoutControlHierarchicalNodeProxy radGridToolBoxProxy = new LayoutControlHierarchicalNodeProxy();
 radGridToolBoxProxy.Header = "RadGrid";
 radGridToolBoxProxy.OriginalItemType = typeof(RadGridView);
 radGridToolBoxProxy.OriginalItem = new RadGridView() { };

 this.toolBoxView.NewItems.Add(radGridToolBoxProxy);

OnDrop in LayoutControl, internally a deep copy is created of the object via XamlWriter.Save and  XamlReader.Load. but this has lots of limitations and not every custom control can be successfully restored.

Add event or other API so that user can have control of the creation of the element when drag drop from toolbos is performed.
Unplanned
Last Updated: 22 Mar 2024 09:20 by Stenly
Created by: Stenly
Comments: 0
Category: FileDialogs
Type: Feature Request
1
Add rectangle selection in multiple/extended selection mode just like in Windows Explorer.
Unplanned
Last Updated: 15 Mar 2024 09:51 by Ben

Add input rules and character count limit to the text box: 

 

1. There is no input mask, although the expected pattern is AARRGGBB.
2. Arbitrary and invalid characters can be input (#, +, %, Z, ...).
3. Invalid input is parsed to FF000000, but there is no indication that the input is wrong.
4. Shorter valid sequences, e.g. AB, are parsed, but to FFAB0000, instead of AB000000, which seems unintuitive.
5. Longer sequences exceeding the pattern can be input, although invalid.
6. Entering longer sequences leads to the expansion of the input box even beyond the bounds of the control 
1 2 3 4 5 6