IgniteUI / igniteui-webcomponents

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.
https://www.infragistics.com/products/ignite-ui-web-components
Other
121 stars 3 forks source link

[IgcGrid] - MasterDetail DetailTemplate fires for every row despite only expanding 1 row at a time. #988

Open mddifilippo89 opened 11 months ago

mddifilippo89 commented 11 months ago

Description

Run sample https://codesandbox.io/s/ancient-currying-fkts7f Expand first record

Result

DetailTemplate event fires an enormous amount of times per record in the grid.

Expected result

DetailTemplate event fires only for the record that was expanded.

mddifilippo89 commented 11 months ago

@damyanpetev this is a bit concerning.

bwright-01 commented 4 months ago

Have there been any updates on this? I have found the same behavior in the MasterDetailTemplate as well as the custom CellTemplate.