Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Trying to implement custom toolbar element "expand at level" but function "expandAtLevel " working only with virtual scroll disabled. Is there are workaround to solve this?


See stack trace.

TypeError: Cannot read property 'querySelectorAll' of undefined

at GanttChart.expandCollapseChartRows (gantt-chart.js:725)

at GanttChart.expandedGanttRow (gantt-chart.js:686)

at GanttTreeGrid.expanded (tree-grid.js:234)

at Observer.notify (observer.js:99)

at TreeGrid.Base.trigger (base.js:181)

at Observer. (treegrid.js:2321)

at Observer.notify (observer.js:102)

at TreeGrid.Base.trigger (base.js:181)

at TreeGrid.expandRow (treegrid.js:2314)

at TreeGrid.expandAtLevel (treegrid.js:2386)

at GanttChart.expandAtLevel (gantt-chart.js:786)

at GanttComponent.Gantt.expandAtLevel (gantt.js:2042)

Thanks in advance for any solution.