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

[MultiSelectTree, DropDownTree] Failing To Display Delayed Data and Leaving the no Data Template Rendered #4271

Closed
yanmariomenev opened this issue Apr 17, 2024 · 1 comment

Comments

@yanmariomenev
Copy link
Contributor

Describe the bug
When toggling the dropdown of both components before data loading completes, the kendoDropDownTreeNoDataTemplate and kendoMultiSelectTreeNoDataTemplate accurately indicate that data is loading.

However, upon completion of data loading, the dropdown fails to switch to displaying the loaded data. Instead, it persists with the content of the kendoDropDownTreeNoDataTemplate and kendoMultiSelectTreeNoDataTemplate, suggesting no data is available despite successful loading.

This seems to be related to changes in version 15.1.0, and versions below that don't replicate the above behavior (example).

To Reproduce
Open the example and follow the instructions:
https://stackblitz.com/edit/angular-yklar6-v1apun?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts

@stnikolova
Copy link
Contributor

The fix is available in v16.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants