Skip to content

Bugfix: Fix DataTemplate Binding Issue in FloorSite CollectionView #648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 29, 2025

Conversation

prathameshnarkhede
Copy link
Contributor

@prathameshnarkhede prathameshnarkhede commented May 29, 2025

After introducing the static expression binding feature from .NET 9, the FloorSite view failed to display items in its CollectionView. This issue was traced to the use of a shared DataTemplate and incorrect binding context resolution, which occurred because the new static binding approach requires explicit type declarations in DataTemplate scopes.

Before After
image image

@prathameshnarkhede prathameshnarkhede self-assigned this May 29, 2025
@prathameshnarkhede prathameshnarkhede marked this pull request as ready for review May 29, 2025 18:46
@prathameshnarkhede prathameshnarkhede merged commit d0511cf into main May 29, 2025
1 check passed
@prathameshnarkhede prathameshnarkhede deleted the pratham/toolkit-floorfilter-bug-fix branch May 29, 2025 21:22
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.

2 participants