Completed
Last Updated: 24 Oct 2023 10:11 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)
Ladislav
Created on: 12 Oct 2023 07:00
Category: Kendo UI for jQuery
Type: Feature Request
0
How to properly define widget inside column template

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 reitinitized 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

 

I would like the behavior to 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.

   
0 comments