Completed
Last Updated: 10 Jun 2020 10:19 by ADMIN
Release R2 2020 SP1

Hi,

I have menu problem:

When the Backstage Button Item is clicked and you don't release a left mouse button click but instead mouse is dragged to the right of the form, Backstage Button Item stay selected and can only be returned to default state if you click on it again else its stays blue and locked.

Picture 1.

Left click, hold and drag to the right. This state can be done to all buttons see Picture 2. Focus on "MouseDown" Event is not working.

Picture 2.


 

My question is can this behavior be prevented ?

 

Thanks in advance !

 

Neven

Unplanned
Last Updated: 12 May 2020 11:10 by ADMIN

When the RadMap.ShowSearchBar property is set to true and the BingRestMapProvider is used, it would be nice to have autocomplete suggestion while the user is typing:

https://docs.microsoft.com/en-us/bingmaps/rest-services/autosuggest

Unplanned
Last Updated: 04 May 2020 14:19 by ADMIN
Currently, ScatterSeries and ScatterLineSeries don't support null values.
Unplanned
Last Updated: 28 Apr 2020 11:18 by ADMIN

1. Set the DPI of your main monitor to 150% and the DPI of your secondary monitor to 100%.

2. Start your main form containing RadDataEntry on your secondary monitor.

You will see that that hosted controls inside RadDataEntry are not scaled correctly.

 

Workaround:

Start your main form on your secondary monitor inside OnShown event.

protected override void OnShown(EventArgs e)
{
    base.OnShown(e);

    this.Location = new Point(-800, 100);
}

 

Unplanned
Last Updated: 23 Apr 2020 15:34 by ADMIN
Created by: Tinus
Comments: 0
Category: UI for WinForms
Type: Bug Report
2

1. Set HDPI on your monitor (for example 150%)

2. Set RadDataEntry data source in RunTime

You will see that RadDataEntry hosted controls are not scaled correctly.

Note that there is a related problem if the data source is set in design time. Controls themselves will be scaled correctly, however, text box hosted control's High will not be scaled correctly.

Workaround:
You can subscribe to ItemInitializing event before you set the DataSource and proceed by scaling RadDataEntry hosted controls manually as shown in the following code snipped.

private void radButton1_Click(object sender, EventArgs e)
{
    this.radDataEntry1.ItemInitializing += RadDataEntry1_ItemInitializing;
    this.radDataEntry1.ItemDefaultSize = new Size(200, 26);

    radDataEntry1.DataSource = new Employee
    {
        FirstName = "Sarah",
        LastName = "Blake",
        Occupation = "Supplied Manager",
        StartingDate = new DateTime(2005, 04, 12),
        IsMarried = true,
        Salary = 3500,
        Gender = Gender.Female
    };         
}
private void RadDataEntry1_ItemInitializing(object sender, ItemInitializingEventArgs e)
{
    if (this.radDataEntry1.RootElement.DpiScaleFactor.Width != 1)
    {
        foreach (Control control in e.Panel.Controls)
        {
            control.Scale(this.radDataEntry1.RootElement.DpiScaleFactor);
        }
    }
}

Declined
Last Updated: 02 Dec 2020 14:33 by ADMIN
Created by: chaoyuan
Comments: 1
Category: UI for WinForms
Type: Feature Request
0

Hi Dess,

No problem. Fully understood.

Please find the new questions attached below and kindly get back to the customer Mr Huang (conext.vincent@gmail.com).

Thanks,

Peter

------------------------

Hello, Peter,

I would kindly ask you to provide any information in the support ticket as It is the appropriate way for providing assistance by the WinForms support engineers.

Thank you for your understanding

 

 

footerLogo

 

From: Peter Qu <Youpeng.Qu@progress.com>
Sent: Thursday, April 23, 2020 6:53 AM
To: Desislava Yordanova <Desislava.Yordanova@progress.com>
Cc: 'Peggy Chen' <peggychen@accesssoft.com.tw>
Subject: FW: [Accesssoft] Telerik support

 

Hi Dess,

 

Hope you are well.

 

Regarding the Support Ticket 1462221 (conext.vincent@gmail.com) please find error code attached and issue description as below.

 

Many thanks,

 

Peter Qu

 

Inside Sales Representative, APJ

 

Address:        120 Spencer Street | Melbourne, VIC, 3000 | Australia

Phone:           +61 413 012 003 | +86 1350 1330 973

WeChat:        Progress Telerik

Website:        www.telerik.com

Language:      English | Mandarin Chinese

 

 

blazor

 

From: Peggy Chen <peggychen@accesssoft.com.tw>
Sent: Thursday, 23 April 2020 13:46
To: Peter Qu <Youpeng.Qu@progress.com>
Subject: RE: [Accesssoft] Telerik support

 

客戶現又補充:每次升級一個版次就會出現嚴重問題,要如何排解.

描述: 一張含有 螢幕擷取畫面 的圖片  自動產生的描述描述: 一張含有 螢幕擷取畫面, 電腦, 監視器, 膝上型電腦 的圖片  自動產生的描述

 

描述: 一張含有 螢幕擷取畫面 的圖片  自動產生的描述

 

 

From: Peter Qu [mailto:Youpeng.Qu@progress.com]
Sent: Thursday, April 23, 2020 11:53 AM
To: Desislava Yordanova
Cc: 'Peggy Chen'
Subject: FW: [Accesssoft] Telerik support

 

Hi Dess,

 

Hope you are well.

 

Regarding the Support Ticket 1462221 (conext.vincent@gmail.com) please find error code attached and issue description as below.

 

Many thanks,

 

Peter Qu

 

Inside Sales Representative, APJ

 

Address:        120 Spencer Street | Melbourne, VIC, 3000 | Australia

Phone:           +61 413 012 003 | +86 1350 1330 973

WeChat:        Progress Telerik

Website:        www.telerik.com

Language:      English | Mandarin Chinese

 

 

blazor

 

From: Peggy Chen <peggychen@accesssoft.com.tw>
Sent: Thursday, 23 April 2020 13:46
To: Peter Qu <Youpeng.Qu@progress.com>
Subject: RE: [Accesssoft] Telerik support

 

conext.vincent@gmail.com

 

From: Peter Qu [mailto:Youpeng.Qu@progress.com]
Sent: Thursday, April 23, 2020 11:43 AM
To: Peggy Chen
Subject: RE: [Accesssoft] Telerik support

 

Hi Peggy,

 

It sounds a bit too complicated for the pre sales engineer. Can you please kindly let me know the license holder email and I will issue a support ticket on his Telerik account so that the developing team can get involved.

 

Thanks,

 

Peter Qu

 

Inside Sales Representative, APJ

 

Address:        120 Spencer Street | Melbourne, VIC, 3000 | Australia

Phone:           +61 413 012 003 | +86 1350 1330 973

WeChat:        Progress Telerik

Website:        www.telerik.com

Language:      English | Mandarin Chinese

 

 

blazor

 

From: Peggy Chen <peggychen@accesssoft.com.tw>
Sent: Thursday, 23 April 2020 13:40
To: Peter Qu <Youpeng.Qu@progress.com>
Subject: [Accesssoft] Telerik support
Importance: High

 

Hi Peter,

我們在跟一個客戶討論續約問題,因為如果不續約,當下的版本是否可以一直沿用,因為這套軟體升級不會刪除舊檔案,導致很多問題出來。

 

因為客戶編輯好專案,也進行發行動作,但是安裝到電腦會發生錯誤,請問要在其他台電腦執行客戶的安裝該如何執行.

請回復技術問題.


描述: 一張含有 螢幕擷取畫面 的圖片  自動產生的描述

軟體下進行模擬可以正常運行.

 

描述: 一張含有 螢幕擷取畫面 的圖片  自動產生的描述

執行發行後的安裝檔

描述: 一張含有 螢幕擷取畫面 的圖片  自動產生的描述

無法安裝.

 

附件有錯誤檔案.

 

Peggy

 

conext.vincent@gmail.com

 

From: Peter Qu [mailto:Youpeng.Qu@progress.com]
Sent: Thursday, April 23, 2020 11:43 AM
To: Peggy Chen
Subject: RE: [Accesssoft] Telerik support

 

Hi Peggy,

 

It sounds a bit too complicated for the pre sales engineer. Can you please kindly let me know the license holder email and I will issue a support ticket on his Telerik account so that the developing team can get involved.

 

Thanks,

 

Peter Qu

 

Inside Sales Representative, APJ

 

Address:        120 Spencer Street | Melbourne, VIC, 3000 | Australia

Phone:           +61 413 012 003 | +86 1350 1330 973

WeChat:        Progress Telerik

Website:        www.telerik.com

Language:      English | Mandarin Chinese

 

 

blazor

 

From: Peggy Chen <peggychen@accesssoft.com.tw>
Sent: Thursday, 23 April 2020 13:40
To: Peter Qu <Youpeng.Qu@progress.com>
Subject: [Accesssoft] Telerik support
Importance: High

 

Hi Peter,

我們在跟一個客戶討論續約問題,因為如果不續約,當下的版本是否可以一直沿用,因為這套軟體升級不會刪除舊檔案,導致很多問題出來。

 

因為客戶編輯好專案,也進行發行動作,但是安裝到電腦會發生錯誤,請問要在其他台電腦執行客戶的安裝該如何執行.

請回復技術問題.


描述: 一張含有 螢幕擷取畫面 的圖片  自動產生的描述

軟體下進行模擬可以正常運行.

 

描述: 一張含有 螢幕擷取畫面 的圖片  自動產生的描述

執行發行後的安裝檔

描述: 一張含有 螢幕擷取畫面 的圖片  自動產生的描述

無法安裝.

 

附件有錯誤檔案.

 

Peggy

 

Completed
Last Updated: 27 Apr 2020 07:43 by ADMIN
Release R2 2020
When a cell has DBNull.Value or null, its value is not read by Narrator since it is considered as empty string. In this case, the NullValue property of the column should be considered.
Completed
Last Updated: 27 Apr 2020 07:46 by ADMIN
Release R2 2020

Please refer to the following code snippet and follow the steps in the attached gif file:

 

        Dim dt As New DataTable
        dt.Columns.Add("Id", GetType(Integer))
        dt.Columns.Add("Name", GetType(String))
        For index = 1 To 10
            dt.Rows.Add(index, "Data" & index & Guid.NewGuid().ToString())
        Next
        Me.RadMultiColumnComboBox1.DataSource = dt
        Me.RadMultiColumnComboBox1.DisplayMember = "Name"
        Me.RadMultiColumnComboBox1.ValueMember = "Id"
        Me.RadMultiColumnComboBox1.AutoSizeDropDownToBestFit = True

Workaround: 

AddHandler Me.RadMultiColumnComboBox1.DropDownOpened, AddressOf RadMultiColumnComboBox_DropDownOpened

    Private Sub RadMultiColumnComboBox_DropDownOpened(sender As Object, e As EventArgs)
        Me.RadMultiColumnComboBox1.EditorControl.HorizontalScrollState = ScrollState.AutoHide
    End Sub

Completed
Last Updated: 04 May 2020 11:53 by ADMIN
Release R2 2020

Hi,

 

  • Open the VisualStudio2012Light.tssp using UI WinForms Visual Style Builder.
  • Select on RadButtonElement and Element state is ButtonFill. Double click on NormalFill repository, below is the error (attached the snapshot) -

object reference not set to an instance of an object

 

Questions:

  • How to resolve this issue.
  • How to trace log if any.

 

Regards,

Rajesh

Unplanned
Last Updated: 14 Apr 2020 15:26 by ADMIN

Please refer to the attached sample project and gif file. The ShouldCheckDataRows property of the column is disabled. Hence, the developer will manage the toggle state of the data cells.

There are two problems here:

1. In the HeaderCellToggleStateChanged event we toggle all data rows in correspondence with the header checkbox. Once a data cell value is changed, we set the GridViewCheckBoxColumn.Checked property to Off. However, it is not respected and the header checkbox still remains toggle.

2. Once you scroll the columns horizontally, the header checkbox synchronizes with the value of the GridViewCheckBoxColumn.Checked property. However, all of a sudden the HeaderCellToggleStateChanged event is toggled again even though we didn't clicked the checkbox in the header at all. This will make all data cells unchecked due to the code in the HeaderCellToggleStateChanged event.

Completed
Last Updated: 23 Apr 2020 16:12 by ADMIN
Release R2 2020 (LIB 2020.1.423)
Created by: Dickson
Comments: 0
Category: UI for WinForms
Type: Feature Request
0

You cannot implement custom logic that requires hiding a DragOverNode hint window. 

Workaround:

public class MyTreeViewDragDropService : TreeViewDragDropService
{
    public MyTreeViewDragDropService(RadTreeViewElement owner)
        : base(owner)
    {
    }

    public void HideHintWindow()
    {
        this.HintWindow.Hide();
    }
}

private void RadTreeView1_DragOverNode(object sender, RadTreeViewDragCancelEventArgs e)
{
    ((MyTreeViewDragDropService)this.radTreeView1.TreeViewElement.DragDropService).HideHintWindow();
}

 

Unplanned
Last Updated: 09 Apr 2020 07:39 by ADMIN

Please refer to the provided sample gif file. You will notice that when you are dragging within the same RadGridView control, there is a horizontal line indicating the drop position. The image is controlled by the RadGridView.TableElement.RowDragHint property which specifies the horizontal line illustrating the drop position.

This horizontal line is missing when you drop over another target grid control.

Completed
Last Updated: 23 Apr 2020 16:12 by ADMIN
Release R2 2020 (LIB 2020.1.423)
Created by: Mark
Comments: 2
Category: UI for WinForms
Type: Bug Report
0

Please run the attached sample project and refer to the attached gif file.

Workaround:

        private void RadForm1_Load(object sender, EventArgs e)
        {
            this.Size = new Size(this.Width+1,this.Height);
            this.Size = new Size(this.Width - 1, this.Height);
        }

Unplanned
Last Updated: 27 Mar 2020 07:50 by ADMIN
In MergeFields the general switch may be used to format the Result Text. The text may appear in lowercase, uppercase, title case and so on.
Unplanned
Last Updated: 23 Mar 2020 07:34 by ADMIN
The customers need to additionally process the elements after inserting them into the document or just change the caret position relative to the inserted element. At this point, the methods only insert elements without returning the concrete instance or copy the element passed as a parameter, if such overload is available (editor.InsertTable(table) clones the table and inserts a different instance in the document, InsertInline() clones the inline as well).
Unplanned
Last Updated: 23 Mar 2020 06:50 by ADMIN

1. Create a brand new project and add a ShapedForm.

2. Set the Size to 800,550.

3. Set the FormBorderStyle to FixedToolWindow.

You will notice that at run-time the size is changed to 816, 589.

Workaround:

        public ShapedForm1()
        {
            InitializeComponent();

            this.MaximumSize = new Size(800, 550);
        }

Completed
Last Updated: 15 Jun 2020 09:09 by ADMIN
Release R2 2020 SP1

Please refer to the attached sample project:

Workaround:

        Me.RadImageButtonElement1.ButtonFillElement.GradientStyle = GradientStyles.Solid
        Me.RadImageButtonElement1.ShowBorder = False

Completed
Last Updated: 09 Apr 2020 08:53 by ADMIN
Release R2 2020 (LIB 2020.1.413)

Please refer to the attached gif file.

Workaround:

        private void Form1_Load(object sender, EventArgs e)
        {
            Image currentImage = this.PropertiesGrid.TableElement.CurrentRowHeaderImage;
            this.PropertiesGrid.TableElement.CurrentRowHeaderImage = new Bitmap(currentImage, currentImage.Width - 5, currentImage.Height - 5);
        }

Declined
Last Updated: 20 Mar 2020 11:37 by ADMIN
Created by: Yemo
Comments: 1
Category: UI for WinForms
Type: Feature Request
0

Hello,

 Is there any way to style the MapCluster Grouped Icon/image in RadMap Winforms? Currently it displays a circle with the total number of grouped items. The background Fill colour of the circle is too dark to enable easy viewing of the number in the circle.

It would be good to depending on the grouped item type, to specify an icon to be used in place of the circle also providing an option to put a label underneath to display (eg "34 Houses")

Specifying different clustered Icons based on the "element type" would provide a clearer summary of the different types of items in a specific area.

 Thanks 

Completed
Last Updated: 23 Mar 2020 09:54 by ADMIN
Release R2 2020 (LIB 2020.1.323)
Created by: Theo
Comments: 3
Category: UI for WinForms
Type: Bug Report
1

Morning

 

Please see attched demo project

 

We have several controls that we use spell checker on (including textbox, grid, combo, etc)

Issue is that if you have a misspelled word in a control that is readonly, you are still able to change the text via context menu to update the spelled word

In the example program, start up, click on make readonly, right click on wavy red line word, select option to replace with, word is updated.

We are not able to disable the controls and toggle between read only and not readonly to define editablility of the controls

Is there a work around for this? Should it not be inlcuded in the spell check control?

 

thank you

Theo