Skip to content

Commit

Permalink
Merge pull request #171 from symbiogenesis/fix-sorting
Browse files Browse the repository at this point in the history
Fix sorting with 8.0.6+
  • Loading branch information
symbiogenesis committed Apr 17, 2024
2 parents 8d74233 + c179895 commit 125eb57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Maui.DataGrid/DataGridRow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ private void InitializeRow()
return;
}

Children.Clear(); // TODO: Revisit this if and when virtualization is straightened out

var isEditing = RowToEdit == BindingContext;

var columnCount = columns.Count;
Expand Down

0 comments on commit 125eb57

Please sign in to comment.