Home › Forums › WinForms controls › Xceed Grid for WinForms › Sorting causing grid to Clear › Reply To: Sorting causing grid to Clear
Fixed it! Here’s how:
In the InsertionRow.BeginEdit event, I set the ColumnManager.AllowSorting = false. In the EndEdit event, I set AllowSorting back to true.
I still don’t think I should have to do this, though.
Imported from legacy forums. Posted by MBonafe (had 3291 views)