Skip to content

Commit

Permalink
fix sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Apr 17, 2024
1 parent 8d74233 commit c179895
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 c179895

Please sign in to comment.