IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
568 stars 159 forks source link

ColumnInit does not trigger for columns added post initialization in HierarchicalGrid. #14360

Closed MayaKirova closed 2 weeks ago

MayaKirova commented 3 weeks ago

Description

ColumnInit does not trigger for columns added post initialization in HierarchicalGrid.

Steps to reproduce

  1. Run the attached sample: 3enavu.zip

  2. Click "Add Columns"

Result

ColumnInit even does not trigger for any of the columns that were added post init. It triggers fine for the base grid, same scenario.

Expected result

It should trigger for each column.

Attachments

Attach a sample if available, and screenshots, if applicable.