Completed
Last Updated: 12 Oct 2020 14:56 by ADMIN
Release R3 2020 SP1
Brandon
Created on: 23 Jun 2020 10:33
Category: GridView
Type: Bug Report
0
RadGridView: with VisualStudio2012Dark theme Column Chooser text overlapps the items
When dragging a column to column chooser the text is overlapping columns added to the list.
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 23 Jun 2020 10:49

Hi Brandon,

Please use the following workaround:

Private Sub RadGridView1_ColumnChooserItemElementCreating(ByVal sender As Object, ByVal e As ColumnChooserItemElementCreatingEventArgs)
    e.ItemElement.BackColor = Color.FromArgb(45, 45, 48)
End Sub

Regards,
Nadya
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.