Completed
Last Updated: 05 Feb 2019 14:32 by ADMIN
Robert
Created on: 08 Jan 2019 06:51
Category: UI for WinForms
Type: Bug Report
0
FIX. RadGridView - the sort icon overlaps the text when excel like filtering is enabled in the crystal, fluent and material themes.

To reproduce:

- Open the Excel-like filtering example in the demo application and sort the second column. 

- The sort icon is over the text. 

Workaround:

private void RadGridView1_SortChanged(object sender, Telerik.WinControls.UI.GridViewCollectionChangedEventArgs e)
{
    this.radGridView1.TableElement.Update(GridUINotifyAction.StateChanged);
}

1 comment
Dimitar
Posted on: 05 Feb 2019 14:32
Hello,

A fix will be available in Telerik UI for WinForms version R1 2019 SP1.

Regards,
Dimitar