Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
I added a RadLabelElement, and RadButtonElement (height 50px) to RadStatusStrip. This changes the height of the whole status strip as expected. After minimizing, then restoring the form to normal the size of the status strip is its default one.
Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
This event works for FilterViewTextCategoryElement, but not for FilterViewBooleanCategoryElement.
Private Sub Filter_CategoryCreating(sender As Object, e As FilterViewCategoryCreatingEventArgs)
   AddHandler DirectCast(e.Category, FilterViewBooleanCategoryElement).ItemCreated, AddressOf BoolCategoryItemCreated
Thanks
Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312

In this particular case, we have custom RadButtonElements placed in the title bar of the form. We have subscribed to the click event on each button. In the click event handlers, we are showing file dialogs. When clicking one time to show a dialog and the mouse leaves the title bar bounds, this triggers the click event twice, thus opening another dialog.

As a workaround, we could use the MouseDown event instead or raise a flag in the click event handler.

Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
When I work with RadGridView component, the "RadGridView Property Builder" closes unexpectedly. It happens when I make the following steps:

1. RadGridView properties AutoSizeRow set to true.

2. Column Group properties ShowHeader set to false. 
Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
The windows 11compact theme does not show up in my Toolbox.
Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312

Setting the DataSource in the SelectedIndexChanged event will trigger the event again. Thus leading to StackOverflowException. 

A possible workaround will be to unsubscribe from the event when changing the DataSource property or raise a flag which can be checked in the event handler.

Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
When using the picturebox on a monitor that is not on 100% scaling, the zooming and panning does not work correctly. 
Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
Created by: Tinus
Comments: 1
Category: UI for WinForms
Type: Bug Report
0
You cannot use the component in .NET project, yet it is available in .NET Framework.
Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
I am using the Winforms 4.8 Nuget package. And just recently now when I make any edits to the form with a RadRibbonBar in the designer, the declare for that object in the designer.cs code changes from RadRibbonBar to DropDownPopupForm.
Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
Created by: Bert
Comments: 1
Category: PageView
Type: Bug Report
1

A possible workaround here is to make the panel parent of the buttons visible.

RadPageViewStripElement element = this.radPageView1.ViewElement as RadPageViewStripElement;
element.ItemContainer.ButtonsPanel.DrawFill = true;
element.ItemContainer.ButtonsPanel.NumberOfColors = 1;

Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
Hi support,

while using the RadDateTimePicker control with FreeFormDateTime mask provider we encountered an unexpected behaviour.

While typing within the TextBox, we pressed CTRL+X to cut the inserted text to the clipboard. By doing so, a System.NullReferenceException was thrown.
Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312
Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312

RadVirtualGrid is created to support a million records or more. Still it contains some "heavy" operations like CopySelection/CutSelection/Paste which can take a long time.

I would like to intercept these methods so I can show a "Please wait"-window during the operation. Furthermore I have the need to set a flag to true when such a operation is executing. 

Completed
Last Updated: 13 Mar 2024 08:49 by ADMIN
Release 2024.1.312

Repro-steps:

  1. Create a RadTreeView
  2. Set the TreeViewElement.ExpandTimerInterval to forever (so never auto expand by the timer).
  3. Enable drag/drop.
  4. Create an event handler for RadTreeView.DragEnding and make it cancel the drop operation.
  5. Fill the tree with random nodes and childnodes
  6. Drag and drop a node to collapsed node with children.

Observed behavior:

  1. The node is not dropped but the target node is expanded..

Expected behavior:

  1. The node is not dropped but the target node is NOT expanded, since the operation is cancelled.

 

Completed
Last Updated: 16 Feb 2024 11:48 by ADMIN

Currently, after installing Visual Studio 2022 and Telerik UI for WinForms suite on a Windows 11 Arm I cannot see any extension installed on Extension menu:

Completed
Last Updated: 14 Feb 2024 12:33 by ADMIN
Release R2 2021
ADMIN
Created by: Hristo
Comments: 6
Category: RichTextEditor
Type: Feature Request
8
Implement support for content controls (a.k.a. Structured document tags), which will allow inserting editing controls in the document:

- Rich Text
- Plain Text
- Check Box
- Combo Box
- Drop-down list
- Date picker
Completed
Last Updated: 05 Feb 2024 13:49 by ADMIN
Release 2024 Q1 (2024.1.130)

StackOverflowException is thrown when setting SelectedValue in the SelectedIndexChanged event.

To workaround this we can unsubscribe from the event before setting the SelectedValue property and then subscribe again. Another approach is to change the SelectedIndex property in the SelectedIndexChanged or SelectedValue in the SelectedValueChanged event.

Completed
Last Updated: 31 Jan 2024 13:07 by ADMIN
Release R3 2020 (LIB 2020.2.727)

Hi,

 

We recently upgraded the Telerik UI for Winforms for our project to 2020.2.512, after the upgrade we noticed some controls got re-positioned, if we keep the forms unopened in Visual Studio it would be okay, however, once we opened the forms, some controls (those with anchor set to Right) would have their location changed suddenly.  If we change the location property at design time and run the project, it may be fine, but once we close the form and re-open it, the control location would be reset.

 

We have prepared a testing project for your reference.

1) In the group box on the LHS, there are two controls that have set anchor to Top, Right: lnkViewCriteria and lnkClearSearchCriteria 

In Design mode, change their location as follows:

> lnkViewCriteria: Location = 130,9

> lnkClearSearchCriteria: Location = 190, 9

 

2) Similarly, in the panel on the RHS, there are two controls that have set anchor to Top, Right: lblProjects and rtxtProjects

In Design mode, change their location as follows:

> lblProjects: Location = 600,1

> rtxtProjects: Location = 333,9

 

3) Close the form in design mode, then re-open it.  The controls location will be changed and hidden from the form.  

 

4) Make any change to the form, save & run the project, it will save the new location of the controls as well so that those controls would be out of sight permanently until you notice it.

 

It was working fine before the upgrade, there are many forms in our project as well many controls with anchor set to Right.  We do not know how to resolve this, if we change the control location in Design mode, then save & close the form before running the application, it may work fine, but we cannot re-open the form in Design mode because it will reset the control position.  We do not want to go through every controls on our forms to set their location in the code. 

 

Please help!!! We do not how to proceed with our development!

 

Thanks,

Jane.

 

Completed
Last Updated: 31 Jan 2024 11:39 by ADMIN
Release 2024 Q1 (2024.1.130)
A password is asked although adobe opens the document without one
1 2 3 4 5 6