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

Improve the appearance when a Kendo component is initialized in the TreeList template #7551

Closed
nelito987 opened this issue Oct 11, 2023 · 0 comments
Assignees
Labels
C: TreeList Enhancement FP: Completed Sync status with associated Feedback Item jQuery

Comments

@nelito987
Copy link
Contributor

Currently, when a Kendo component is initialized in the TreeList template it should be initialized in databound, expand, collapse events.

  • As the nodes are refreshed when they are expanded the components will not appear as expected in case they are not reitinitaized in the collapse/expand event handlers.
  • In addition, a setTimeout is needed to ensure that the needed elements are rendered when a node is expanded or collapsed. Adding the timeout leads to a flickering that is not a good user experience solution.
    The dojo linked here demonstrates such an example - https://dojo.telerik.com/@NeliKondova/eFaFEveD

The behavior should be enhanced in order to allow initializing the Kendo component in the TreeList template without the need to use the setTimeout function and if possible without reinitializing the components in the expand/collapse event handlers.

@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Oct 11, 2023
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: TreeList Enhancement FP: Completed Sync status with associated Feedback Item jQuery
Projects
None yet
Development

No branches or pull requests

3 participants