connections SettingsHandle

1 Answer 14 Views
GridView
Farid
Top achievements
Rank 2
Farid asked on 27 Jun 2025, 10:18 AM

Hi. I wrote a program that draws a number of connection (without any shape) in a raddiagram. Now when I click on the connection, some connections get the gear symbol and some don't. Those connections that don't have the symbol appear when I move the start point or end point of the connection. Can you explain why and how I should fix it? Here is a snippet of my code.

Dim theline AsNew RadDiagramConnection With { .StrokeThickness = 3, .StartPoint = New Point(10, 10), .EndPoint = New Point(10, 50), .Name = 1, .IsEditable = False, .IsDraggingEnabled = True, .BackColor = System.Drawing.Color.LawnGreen }

RadDiagram1.Items.Add(theline)

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 02 Jul 2025, 08:48 AM

Hello Farid,

Thank you for contacting us.

I have tested your scenario, but it seems that I am missing something from your setup. So far, I haven't been able to reproduce this behavior. May I ask you to check the attached project and let me know what I need to modify to reproduce this?

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
GridView
Asked by
Farid
Top achievements
Rank 2
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or