igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

Allow binding row-island `key` property to complex object.

Open MayaKirova opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Currently it is not possible to bind the row island to a complex object via just the key property. You could do a manual bind via events but that seems inconvenient.

Describe the solution you'd like

Ability to set the the key of the row-island to a complex object. For example:

<igx-row-island key='Records.Developers' ... >

Similar to the complex object binding of field in the columns: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid#complex-data-binding

MayaKirova avatar Sep 20 '22 08:09 MayaKirova