Duplicated
Last Updated: 16 Feb 2024 19:54 by ADMIN

See attached screenshot. The popup calendar looks wrong when running on a display with 250% scaling. Surely, that's not correct. The calendar should not be so large and the fonts so small. Am I missing something? I have done all the other steps to enable High DPI support, and as you can see, the textbox area seems to scale fine.

Any ideas?

David

Duplicated
Last Updated: 20 Mar 2023 08:05 by ADMIN
As a result, the glyphs are not measured and positioned properly. The issue applies to the TrueType and Type1 fonts.
Duplicated
Last Updated: 13 Mar 2023 14:19 by ADMIN
Created by: Martin
Comments: 3
Category: VirtualGrid
Type: Bug Report
1

I was trying to move the NewRow to the bottom of the RadVirtualGrid. I learned that this is not possible. During my attempts I ran into a bug:

Reproduction steps:

  1. Create a Grid
  2. Set RowCount to (at least) 1.
  3. Pin the NewRow to the bottom: Grid.TableElement.TableElement.SetRowPinPosition(RadVirtualGrid.NewRowIndex, PinnedRowPosition.Bottom);

Expected behavior:

  • Or an exception occurs, telling me only "normal" rows can be pinned.
  • Or nothing changes.
  • Or the NewRow is moved to the bottom (what I was hoping for)

Observed behavior:

  • The NewRow is shown at the top of the grid as well as the bottom of the grid. But only the one at the top is usable:
Duplicated
Last Updated: 08 Aug 2022 08:32 by ADMIN
 A calendar is shown on a specific field and cannot be closed.
Duplicated
Last Updated: 18 Jul 2022 11:48 by ADMIN
Created by: Martin
Comments: 3
Category: UI for WinForms
Type: Bug Report
1

Reproduction steps:

  • Create a new RadPropertyGrid
  • Add an instance of a class with at least one property of type Nullable<int>.
  • The property does not have an DefaultValueAttribute.
  • Make sure that property has the value null.
  • In de UI, the field appears to be empty.
  • In de UI, click on the field to edit it.

Observed behavior:

  • An edit-box appears with the value zero (0).
  • Leaving this field (without entering any digits) sets the property with that 0, which is undesirable.

Expected behavior:

  • An empty edit-box appears, without any digits.
  • Leaving this field (without entering any digits) should keep the property null.
Duplicated
Last Updated: 16 Mar 2022 17:19 by ADMIN
Created by: 智超
Comments: 1
Category: UI for WinForms
Type: Bug Report
0
radRichTextEditor

System.Reflection.TargetInvocationException:“调用的目标已抛出异常。”

XamlParseException: “类型“Telerik.WinForms.Documents.Model.RadDocument”不包含内容。指定要设置的属性的名称,或者在该类型上添加 ContentPropertyAttribute 或 TypeConverterAttribute。”,行号为“5”,行位置为“4”。

Duplicated
Last Updated: 04 Feb 2022 13:25 by ADMIN
Created by: Tomas
Comments: 0
Category: Spreadsheet
Type: Bug Report
0
Text wrap does not work 
Duplicated
Last Updated: 30 Dec 2021 16:57 by ADMIN
Created by: James William
Comments: 1
Category: TextBoxControl
Type: Bug Report
0

I noticed a weird issue with the RadTextBoxControl when using a combination of word wrap and multiline.

If the text that is being wrapped is too close to the edge of the control, the selection highlight renders incorrectly.

Here is an example:

I have attached a sample to reproduce the issue.

Duplicated
Last Updated: 01 Nov 2021 05:40 by ADMIN
Created by: Stephan
Comments: 2
Category: TreeView
Type: Bug Report
0

1. Open Telerik Theme Viewer

2. Choose "Item Containers"

3. Observe "Tree"

4. Choose Theme "Office2019Dark"

Expected: Tree still shows content

Actual: Elements are not visible

Duplicated
Last Updated: 03 Aug 2021 07:31 by ADMIN
Created by: Iprel
Comments: 0
Category: UI for WinForms
Type: Bug Report
0

Follow the steps:

1. Please enter "0.12345"

2. Using the left arrow navigate after "1" and hit Backspace to delete "1"

3. Enter "6". It would be inserted in the wrong position

Duplicated
Last Updated: 07 Jul 2021 10:58 by ADMIN
Created by: Ketan
Comments: 2
Category: Map
Type: Bug Report
0

Hi,

Please refer. below code...

        void ShowInfoUI()
        {
            var padding = new Padding(0);
            var font = new Font(Font.FontFamily, 8.0f);

            if (T.InfoLayer.IsVisible = cbShowInfo.Checked)
            {
                var overlays = T.PinsLayer.Overlays;

                for (int i = 0; i < overlays.Count; i++)
                {
                    var callout = new MapCallout(overlays[i]) { Font = font, Padding = padding, Text = "1234567", Distance = 5 };

                    T.InfoLayer.Add(callout);
                }
            }
        }

There are 2 layers, InfoLayer (MapCallout) and PinsLayer (MapPins). cbShowInfo controls if MapCallout tobe shown.

If the 'Text' length is less than 8 wrapping happens, and not otherwise. Usually, If Text length is more then wrapping should happen.

Thanks

Duplicated
Last Updated: 10 Jun 2021 13:29 by ADMIN

Hi,

I have C# Winforms application targeting .Net 5.

I am trying to use the Raddock with the Visual Studio 2012 dark theme, adding to a radribbonform

There are several tool windows that i have tabbed using the Advance layout designer. When i try to select a tab in the main Visual studio designer i am unable to change it from the one i selected in the Advanced layout designer.

I am also unable to resize the windows using the split container while in standard design view.

I have attached a word document to try and explain.

My VS version is:

 

Microsoft Visual Studio Professional 2019

Version 16.9.1

thanks

Mark.

Duplicated
Last Updated: 12 May 2021 12:28 by ADMIN
Steps to reproduce:

1. Create a form
2. Set its Localization property to true.
3. Add RadGridView to the form
4. Add 3 GridViewTextBoxColumn instances at design-time
5. Change the Language of the form to Polish
6. The variable names of the columns are changed (gridViewTextBoxColumn1 to gridViewTextBoxColumn4, gridViewTextBoxColumn2 to gridViewTextBoxColumn5, gridViewTextBoxColumn3 to gridViewTextBoxColumn6)
Duplicated
Last Updated: 10 Mar 2021 10:22 by ADMIN

Currently, when a Chinese input method is activated (e.g. Microsoft Pinyin), typing by the VirtualKeyboard can only type in English characters, which looks like the key-press message just bypasses the IME and reach the textbox directly. Both first-party IMEs provided by Microsoft and third-party IMEs were tested. 

 

I guess Japanese and Korean IMEs are affected as well, as they all need an IME program to convert codes to characters. Supporting the East Asian IMEs may help greatly for touch-screen apps running in these cultures. Otherwise, the users can type in English only.

 

How to add a Chinese IME:

1. Add Chinese (China) language in Settings -> Time and Language -> Language.

2. In the Options of the Chinese language in the language list, click Add Keyboard and select Microsoft Pinyin.

 

Thanks.

Duplicated
Last Updated: 30 Nov 2020 14:53 by ADMIN
Created by: Mihajlo
Comments: 3
Category: ImageEditor
Type: Bug Report
0
Create a new blank Telerik project. Add RadImageEditor control to the form. Start the app. Open some jpg image. Try to save this image in various formats. No matter what format you select, from BMP to TIFF, the image will be saved in PNG format. The file extension will be .bmp or .tiff, but the file contents is PNG.
Duplicated
Last Updated: 26 Aug 2020 14:01 by ADMIN
Created by: Matt
Comments: 7
Category: UI for WinForms
Type: Bug Report
0

Hi,

I am trialing version 2020.2.504.40 from 2017.1.221.40 and have found an issue converting my current project. Before upgrading I need to get this resolved if you could help please?

If you:

  • Add a Telerik form to a new WinForms project
  • Set FormBorderStyle = Windows.Forms.FormBorderStyle.None
  • Set WindowState = FormWindowState.Maximized
  • Show the height and width of the form, i.e. in Me.Resize, put Me.Text = "Width: " & Me.Width & ", Height: " & Me.Height

I have a monitor of 1920x1080. When the form is resized it shows a size of 1934x1094. I have tried setting Me.AllowTheming=False (no avail) and also tried in form Properties > FormBehaviour > AllowTheming=False (but to no avail).

The form size works as expected in 2017.1.221.40.

Kind regards,

Matt

Duplicated
Last Updated: 26 May 2020 07:56 by ADMIN

To reproduce: 

Add the rule from this article and observe the result: Data Validation

Duplicated
Last Updated: 25 May 2020 04:41 by ADMIN

An error occur when i used .Import method on large .pdf files (> 1000 ko) with an Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.PdfFormatProvider object.

 

Message is:

"Impossible d'effectuer un cast d'un objet de type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfDictionary' en type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfInt'." 

There is no bug for smaller pdf files. 

 

Thank you