Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Master-detail grid, bug with nesting grids
posted

Dear,

I have found a bug which exists for a long time.

Steps to reproduce:

1) Create master detail grid (let's name it "A")

2) In "details" use another igx-grid (let's name it "B)

3) Create B grid, using igx-column tag

Effect:

When you open any row from grid master ("A"), columns from detail grid will be copied to master grid.

I made this modification with example from infragistics doc.

You can check this bug here:

https://stackblitz.com/edit/angular-8rkghx-octa9h

Of course, I could get rid of this bug, but sometimes you want to use 'igx-column' tag and you cant.

Parents
  • 740
    Offline posted

    Hello Dram,

    Thank you for contacting Infragistics Community!

    The issue you’re talking about is listed as a known limitation in the Master-Detail Grid topic in our official documentation. As stated there, this limitation can be avoided using autoGenerate=true for the nested grid. In case some aspect of those columns need to be modfied the onColumnInit event can be used.

    Please let me know if you have any further questions.

    Thank you for using Infragistics Components!

    Best Regards,
    Martin Evtimov
    Entry Level Software Developer
    Infragistics, Inc.

Reply Children