Unplanned
Last Updated: 29 Sep 2023 09:36 by ADMIN

Using Telerik button and dropdown beside and anchored to a standard label or textbox then, when run app in a Win 11 in Korean, the presentation is not correct.

Expected result:

Observed result:

Unplanned
Last Updated: 21 Sep 2023 09:59 by ADMIN
  • Control Structure Pane - For example, RadForm has a RadTitleBarElement, which contains no styles, because they are inherited from the RadTitleBar control. Here we can add a note, which says from which control the styles are inherited:
  • Design / Preview Pane - Click on an element from the Design view and select it into the control element tree.
  • Elements Pane - Add an option to expand all sub-nodes in the Control Structure tree. Save the setting for the filter chosen by the user.
  • Find repository usages: Add an option to expand all sub-nodes.
  • Repositories - Sort applied repositories on top or in another list. Currently, we can see all the applied only when we click "Show only applied repositories".
  • Repositories - Add an option to filter the repositories by type(font, fill, border, image, and so on). Currently, we can filter them only by name.
Unplanned
Last Updated: 15 Sep 2023 11:05 by ADMIN
Created by: Al
Comments: 1
Category: UI for WinForms
Type: Feature Request
22
Request a JSON tagger for the SyntaxEditor
Unplanned
Last Updated: 15 Sep 2023 11:01 by ADMIN
Created by: Petya
Comments: 1
Category: UI for WinForms
Type: Feature Request
3
Implement interactive API Reference in the form of a class hierarchy diagram. Allow navigation to the base classes or implemented interfaces, as well as to any child members. Include the API documentation of each member/class, so that users can quickly navigate the API on the site. 
Declined
Last Updated: 15 Sep 2023 10:58 by ADMIN
Created by: Peter
Comments: 1
Category: UI for WinForms
Type: Feature Request
0

Dear,

I wonder if it is possible to consult the release history by product & control & version, next to the (already existing) release history by product & version & control?

This feature has benifits:

  • see how a given control evolves in time
  • quickly find if a bug/feature has been implemented by control

This request can be applied for all your products.

Kind regards,

Peter

Declined
Last Updated: 15 Sep 2023 10:57 by ADMIN
Created by: Balázs
Comments: 1
Category: UI for WinForms
Type: Bug Report
0

Dear Telerik Team!

Even though your components are one of my favourite 3rd party tools that I use in software development for years now; I have to rise a bug ticket for component called "TelerikMultiSelect". The problem is that when the autocomplete box's data source is updated for the first time using a timer's event the autocomplete box remains empty and I have to click outside and the inside of the input again.

Please consider investigating and fixing this issue.

 

Kind Regards,

Balázs Koncz

Declined
Last Updated: 15 Sep 2023 10:55 by ADMIN
Created by: kieran
Comments: 1
Category: UI for WinForms
Type: Feature Request
2

Hi guys,

              It would be great to be able to set the day start/finish times in your Scheduler.

Your Scheduler control is fantastic, but I am building a Scheduler for a company that operates over 24hrs and the shift hours are

6am - 6pm

6pm - 6am

both shifts are classed as being the same day even though the nightshift crosses over to the next day.

 

I would like to be able to adjust the 24hr period that defines a day so that in month view the appointment will not carry over to the next shift.

and in day view, the schedule will start at 6am and go through to 6am.

If you could implement this, your scheduler control would be even more powerful and awesome.

Thanks!

Declined
Last Updated: 15 Sep 2023 10:54 by ADMIN
Created by: Mark
Comments: 3
Category: UI for WinForms
Type: Feature Request
0
Have the ability to embed the colour picker in our own forms, with onChange event
Unplanned
Last Updated: 07 Aug 2023 13:03 by ADMIN
Created by: Fritz
Comments: 1
Category: UI for WinForms
Type: Feature Request
0

Hi Support,

why does PropertyStoreItem has no property "Tag" as other classes?

I had a few scenarios, where I need to store additional informations at the PropertyStoreItem.

Best regards

Fritz

Declined
Last Updated: 04 Aug 2023 04:40 by ADMIN
Created by: Rajesh
Comments: 2
Category: UI for WinForms
Type: Feature Request
3

Hi,

We are using Telerik UI WinForms in our project. Current built-in themes are not suitable for our project requirements. We need Visual Studio 2019 Theme for UI WinForms.

As mentioned in the Telerik blog, the latest R3 2019 release of Telerik UI for WPF and Telerik UI for Silverlight is having Visual Studio 2019 Theme.

When can we expect Visual Studio 2019 Theme for UI WinForms? 

Completed
Last Updated: 18 Jul 2023 14:26 by ADMIN
Release R2 2023 SP1

When using the RadChartView Proerty Builder, existing series formatting is lost upon clicking ok.

Steps to replicate.

  • Setup a new radchartview.
  • Add some line series any way you like.
  • Define Series color/dashstyle etc either from chart dropdown or from properties list.
  • Close and save series properties and you will see current correct formatting in your design view.
  • Open RadCharView property Builder.  Click ok.
  • Series formatting has been reset to default new series colors/styles.

 

Declined
Last Updated: 27 Jun 2023 12:47 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 3
Category: UI for WinForms
Type: Feature Request
4
http://demos.telerik.com/aspnet-ajax/treelist/examples/overview/defaultcs.aspx

Duplicated
Last Updated: 22 Jun 2023 12:33 by ADMIN
Created by: Dinko
Comments: 0
Category: UI for WinForms
Type: Feature Request
0
Add Telerik Visual Studio VB template for NetCore
Completed
Last Updated: 20 Jun 2023 04:56 by Jay
Release R2 2020 (LIB 2020.1.323)

Paste some text inside RadRichTextEditor. If the text has more rows than the currently visible area you will see that the control does not scroll down to the caret position.

Workaround:

private void RadRichTextEditor1_CommandExecuted(object sender, CommandExecutedEventArgs e)
{
    if (e.Command is PasteCommand)
    {             
        Application.DoEvents();

        bool cursorAtDocEnd = this.radRichTextEditor1.Document.CaretPosition.IsPositionAtDocumentEnd;
        if (cursorAtDocEnd)
        {
            MoveCaretCommand command = new MoveCaretCommand(this.radRichTextEditor1.RichTextBoxElement);
            command.Execute(MoveCaretDirections.Down);
        }
    }
}

 

Declined
Last Updated: 16 Jun 2023 13:47 by ADMIN

When setting the theme to a "touch/material" theme the padding & RadRibbonBar size increases.

 

When switching to a theme that isn't this type the spacing remains.

 

Non "touch/material" theme originally

 

 

Switch to "touch/material" theme

 

 

Switching back to a non "touch/material" theme

 

 

When testing this in the Telerik Theme Viewer when switching from a "touch/material" theme to a non "touch/material" type a message box instructing application restart is required is returned.

Completed
Last Updated: 07 Jun 2023 10:38 by ADMIN
Release R2 2023 (2023.2.606)

Our clients can download different product files from their Telerik account:

https://docs.telerik.com/devtools/winforms/installation-and-upgrades/download-product-files 

Currently, when Digitally Signed Assemblies are necessary, they submit support tickets and the support engineers provide the signed assemblies. It would be nice to be directly uploaded to the Telerik account like the rest of the product files.

Completed
Last Updated: 07 Jun 2023 10:38 by ADMIN
Release R2 2023 (2023.2.606)
Created by: Desislava
Comments: 1
Category: UI for WinForms
Type: Bug Report
0

I downloaded the ERP demo from here: https://www.telerik.com/support/code-library/erp-demo-application-for-winforms

After upgrading the projects to .NET 4.8 and running the application, the following exception is observed:

The full stack trace:


System.Data.Services.Client.DataServiceTransportException
  HResult=0x80131509
  Message=Unable to connect to the remote server
  Source=Microsoft.Data.Services.Client
  StackTrace:
   at System.Data.Services.Client.HttpWebRequestMessage.GetResponse()
   at System.Data.Services.Client.DataServiceContext.GetResponseHelper(ODataRequestMessageWrapper request, IAsyncResult asyncResult, Boolean handleWebException)
   at System.Data.Services.Client.QueryResult.ExecuteQuery()
   at System.Data.Services.Client.DataServiceRequest.GetQuerySetCount(DataServiceContext context)
   at System.Data.Services.Client.DataServiceQueryProvider.ReturnSingleton[TElement](Expression expression)
   at ERP.Client.PurchasesControl.Initialize() in C:\Users\dyordano\Downloads\009a20df-21b2-4e64-b129-eaf9e0a686f5_ERP-CS (1)\ERP.Client\CustomControls\Views\PurchasesControl.cs:line 48
   at ERP.Client.BaseGridControl..ctor() in C:\Users\dyordano\Downloads\009a20df-21b2-4e64-b129-eaf9e0a686f5_ERP-CS (1)\ERP.Client\CustomControls\BaseGridControl.cs:line 49
   at ERP.Client.PurchasesControl..ctor() in C:\Users\dyordano\Downloads\009a20df-21b2-4e64-b129-eaf9e0a686f5_ERP-CS (1)\ERP.Client\CustomControls\Views\PurchasesControl.cs:line 29

  This exception was originally thrown at this call stack:
    System.Net.Sockets.Socket.DoConnect(System.Net.EndPoint, System.Net.SocketAddress)
    System.Net.ServicePoint.ConnectSocketInternal(bool, System.Net.Sockets.Socket, System.Net.Sockets.Socket, ref System.Net.Sockets.Socket, ref System.Net.IPAddress, System.Net.ServicePoint.ConnectSocketState, System.IAsyncResult, out System.Exception)

Inner Exception 1:
WebException: Unable to connect to the remote server

Inner Exception 2:
SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 65.52.19.99:80

 
Duplicated
Last Updated: 06 Jun 2023 13:10 by ADMIN
Created by: fabrizio
Comments: 1
Category: UI for WinForms
Type: Feature Request
0

I'd like to have the merge columns mode, for example like TrueDBGrid (desing time)

It's fantastic, and there is the vertical alignment

I've tried all yours codes to emulate it but it's too slow if radgridview has a lot of rows.

Thanks

Unplanned
Last Updated: 23 May 2023 10:50 by ADMIN
Created by: test
Comments: 2
Category: UI for WinForms
Type: Feature Request
1
We want a query builder who can connect to any type of connection type database like (MS SQL, MySQL, Oracle etc) & create a query from end user which can be used by our application.

The control should be user friendly enough that a non SQL person can create query.