Completed
Last Updated: 13 Dec 2019 13:15 by ADMIN
Created by: LindenauAtSOG
Comments: 13
Category: UI for WPF
Type: Bug Report
3

Requirements:

- Multiple screen RDP-Session with option "Show windowcontents while dragging" turned off.

- RadTabbedwindow with AllowTransparency = false (might not be necessary)

 

When dragging a maximized TabbedWindow to a different screen into maximized mode, it is allways maximized on the primary screen.
Dragging it on the target screen so that it is not maximized and then clicking maximize works.

The issue only appears when the mentiond setting in the RDP-Session is turned off.

Unplanned
Last Updated: 12 Nov 2019 14:26 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
2
Add a control that expose an interface allowing you to connect to a cloud storage. The control should display files from the storage and allow you to easily download them. Then show a downloading progress.
Unplanned
Last Updated: 07 Nov 2019 09:02 by ADMIN
Created by: Petar
Comments: 0
Category: UI for WPF
Type: Feature Request
2

Currently FTP network locations are not present in RadFileDialogs.

Implement support for them similar to MS Dialogs.

Declined
Last Updated: 04 Nov 2019 13:50 by ADMIN

RadComboBox dropdown list leave a blank after the last item!

look the attachment.

Declined
Last Updated: 04 Nov 2019 12:59 by ADMIN
Created by: wu
Comments: 2
Category: UI for WPF
Type: Bug Report
0

    For the Pivot control,if the group header width greater than the first column width,when start the app,
the first column width will expand the group header width(like the attach file "Start.png"),
instead of it self width (like the attach file "ResizeColumn.png",it is our desired),moreover,when resize the column width,like the attach file "ResizeColumn.png",
then Collapse,the result like the attach file "Collapse.png",but not our desired the group header width(should not cover the text).

Declined
Last Updated: 01 Nov 2019 07:03 by ADMIN
Created by: Gennady
Comments: 1
Category: UI for WPF
Type: Feature Request
0
add .net framework 4.5 support to code samples to view new framework/Telerik features
Completed
Last Updated: 30 Oct 2019 08:19 by ADMIN
Release R3 2019 SP1
As suggested in the orginal support ticket 1430154 I'm opening a separate bug reprot for the RadNumericUpDown control.

Visual Studio 2019 solution to reproduce the problem is attached to the bug report.
Completed
Last Updated: 16 Oct 2019 05:59 by ADMIN
Release R3 2019 SP1
     When open the radCombobox's drop list,put the mouse in the  next to last item,
then scroll the mouse back and forth,then the mouseover mark disappear,just when move the mouse to
the other item ,the mouseover mark will appear.
Unplanned
Last Updated: 15 Oct 2019 10:25 by ADMIN
When a document is imported (for example from XAML) and then exported to DOCX or RTF, the fields lose their formatting. The issue is not observed if the document is just created.
Workaround: Change the fields display mode of all fields in headers/footers just before the export:
private void UpdateHeadersFooters(RadDocument document)
{
    foreach (Section section in document.Sections)
    {
        if (section.Headers.Default.Body != null)
        {
            this.UpdateFields(section.Headers.Default.Body);
        }
 
        if (section.Headers.First.Body != null)
        {
            this.UpdateFields(section.Headers.First.Body);
        }
 
        if (section.Headers.Even.Body != null)
        {
            this.UpdateFields(section.Headers.Even.Body);
        }
 
        if (section.Footers.Default.Body != null)
        {
            this.UpdateFields(section.Footers.Default.Body);
        }
 
        if (section.Footers.First.Body != null)
        {
            this.UpdateFields(section.Footers.First.Body);
        }
 
        if (section.Footers.Even.Body != null)
        {
            this.UpdateFields(section.Footers.Even.Body);
        }
    }
}
 
private void UpdateFields(RadDocument radDocument)
{
    RadDocumentEditor editor = new RadDocumentEditor(radDocument);
    editor.ChangeAllFieldsDisplayMode(FieldDisplayMode.Code);
}
Unplanned
Last Updated: 14 Oct 2019 12:18 by ADMIN
Created by: Enrico
Comments: 1
Category: UI for WPF
Type: Feature Request
15

Good morning,

at the moment we are using third parts libraries to show RTSP/MPEG video flow in our app.

After the new RadWebCam control release, we hoped it was possibile to specify another video flow for example from IP camera.

May I suggest to implement the possibility to specify a different stream source in the RadWebCam?

Or maybe to implement a new control called "RadPlayer" that is similar to RadWebCam but permits to set a custom stream?

Because snapshot/video recording feature of RadWebCam are very interesting also for a RTSP flow.

 

Thank you

Best Regards 

Enrico 


Unplanned
Last Updated: 14 Oct 2019 08:42 by ADMIN
Created by: Gennady
Comments: 0
Category: UI for WPF
Type: Feature Request
1

Current SDK Sample code supports only WPF 40.

Adding support for wpf45 will make more convenient way to work with Samples.

Sample dode can include new wpf 45 features

Declined
Last Updated: 02 Oct 2019 07:27 by ADMIN
ADMIN
Created by: Deyan
Comments: 3
Category: UI for WPF
Type: Feature Request
4
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190028 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 30 Sep 2019 12:00 by ADMIN
KeyTips are not displayed when trying to navigate between tabs very fast while the KeyTips of the Quick Access Toolbar being rendered.
Completed
Last Updated: 25 Sep 2019 15:17 by ADMIN
Release LIB 2019.3.930 (09/30/2019)
Add property to control whether the filtering dropdowns stay open.
Completed
Last Updated: 24 Sep 2019 14:03 by ADMIN
Release R3 2019
ADMIN
Created by: Tanya
Comments: 13
Category: UI for WPF
Type: Feature Request
15
Create control for fast editing/visualization of source code.
Completed
Last Updated: 24 Sep 2019 06:43 by ADMIN
TabIndex property is not respected when the IsEditable property of the RadComboBox is set to true.
Unplanned
Last Updated: 03 Sep 2019 09:40 by ADMIN
Export and then import a linked style with HtmlFormatProvider and the style gets lost on import.
Declined
Last Updated: 21 Aug 2019 13:29 by ADMIN
Created by: Dilip
Comments: 3
Category: UI for WPF
Type: Feature Request
0

Hi Team,

I am looking for Sketch UI kit for WPF. I am unable to post the request on Blogs, can you redirect me to get the details and kit.

 

Regards,

Dilip

Completed
Last Updated: 08 Aug 2019 05:16 by ADMIN
Release R3 2019
Created by: Marc-Andre
Comments: 4
Category: UI for WPF
Type: Feature Request
6
I know you added a sample (https://github.com/telerik/xaml-sdk/tree/master/Buttons/ToggleSwitchButton) but please include this in all your Theming dll.
Declined
Last Updated: 09 Jul 2019 13:06 by ADMIN

See attached picture together with these steps.

  1. select a item in the list
  2. import multiple other items in one go -> the last imported item is marked as selected (this is OK), the previously selected item is no longer marked as selected (this is OK).
  3. SHIFT select the first item of the ones imported in step 2 -> the items between the last imported item and the first imported item are selected, but the item that was selected in step 1 is now also selected...

 

Thanks in advance!

Bart