Unplanned
Last Updated: 21 Aug 2023 06:16 by ADMIN
Fabian
Created on: 21 Aug 2023 05:31
Category: GanttView
Type: Bug Report
0
RadGanttView: Missing right/bottom borders with TelerikMetro theme
1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 21 Aug 2023 06:16

Hello, Fabian,

Thank you for bringing this to our attention. The possible solution that I can suggest is to use the following code in the Load event of the form and adjust the borders:

    Protected Overrides Sub OnLoad(e As EventArgs)
        MyBase.OnLoad(e)

        Me.RadGanttView1.GanttViewElement.TextViewElement.DrawBorder = True
        Me.RadGanttView1.GanttViewElement.TextViewElement.BorderColor = Me.RadGanttView1.GanttViewElement.BorderColor
        Me.RadGanttView1.GanttViewElement.GraphicalViewElement.DrawBorder = True
        Me.RadGanttView1.GanttViewElement.GraphicalViewElement.BorderColor = Me.RadGanttView1.GanttViewElement.BorderColor
        Me.RadGanttView1.GanttViewElement.GraphicalViewElement.Margin = New Padding(0, 0, 2, 0)
        Me.RadGanttView1.GanttViewElement.DrawBorder = False

    End Sub

The achieved result is illustrated below:

I hope this information helps.

Regards,
Dess | Tech Support Engineer, Principal
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.