Skip to content

Comments

Remove support for case where the DataRow is descendant of a Grid or DataTable#782

Open
9rnsr wants to merge 1 commit intoCommunityToolkit:mainfrom
9rnsr:ImproveDataTable-1
Open

Remove support for case where the DataRow is descendant of a Grid or DataTable#782
9rnsr wants to merge 1 commit intoCommunityToolkit:mainfrom
9rnsr:ImproveDataTable-1

Conversation

@9rnsr
Copy link

@9rnsr 9rnsr commented Feb 23, 2026

Separate PR from #781

The removed logic would have been useless or more harmful, because of the reasons:

  1. DataTable control is designed to represent 'header' of a table, not for containing the list of DataRows.
  2. Grid control is often used to lay out other controls rather than constructing a table, so there was possibilities that completely unrelated Grids would have been caught as a parent.

…DataTable

The removed logic would have been useless or more harmful, because of the reasons:
1) DataTable control is designed to represent 'header' of a table, not for containing the list of DataRows.
2) Grid control is often used to lay out other controls rather than constructing a table, so there was possibilities that completely unrelated Grids would have been caught as a parent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant