Completed
Last Updated: 07 Apr 2016 13:31 by Josh
ADMIN
Dimitar
Created on: 15 Mar 2016 11:02
Category: GridView
Type: Bug Report
1
FIX. RadGridView - invalid layout when the columns are reordered with drag drop.
To reproduce:
- Add some columns to the grid, make sure that most of the columns are not visible (the user must scroll to view them).
- Drag and drop the second column at the last position in the grid.
- The result can be seen on the attached image. 

Workaround:

Private Sub Columns_CollectionChanged(ByVal sender As Object, ByVal e As Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)
      Me.RadGridView1.TableElement.ViewElement.UpdateRowsWhenColumnsChanged()
End Sub
Attached Files:
1 comment
Josh
Posted on: 15 Mar 2016 13:37
Thanks again for the quick feedback and workaround.  You have provided excellent support.