Skip to content
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

Fix #1616 by adding a try..catch block #1637

Merged
merged 4 commits into from
Mar 5, 2024
Merged

Conversation

vnbaaij
Copy link
Collaborator

@vnbaaij vnbaaij commented Mar 5, 2024

When rapidly switching from and to a page with a (large) grid, the internal ElementReference can get (re)set having the script return an 'undefined' value. This causes issues on the C# side.

Added a try..catch block to prevent the disruption on the C# side.

- Add try..catch for 'undefined' error. Fix #1616
@vnbaaij vnbaaij requested a review from dvoituron March 5, 2024 13:44
@vnbaaij vnbaaij added this to the V4.5.0 milestone Mar 5, 2024
@vnbaaij vnbaaij enabled auto-merge (squash) March 5, 2024 13:46
@vnbaaij vnbaaij linked an issue Mar 5, 2024 that may be closed by this pull request
@vnbaaij vnbaaij merged commit 8bf6b3d into dev Mar 5, 2024
4 checks passed
@vnbaaij vnbaaij deleted the users/vnbaaij/fi-issue-#1616 branch March 5, 2024 16:04
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.

fix: Error in FluentDataGrid
2 participants