Premium support for our pure JavaScript UI components


Post by Josh Argent »

Hi,

We have a grid where the store has a relationship to another store. It has a column that shows the value of a related record in the other store.

We raised a bug a while ago related to making changes to related records: viewtopic.php?t=26417

This has been fixed for cell editing, however we have discovered a similar issue when making changes to the related record programmatically.

In this demo, I have setup a parentStore which is related to childStore. I have a column which shows the value of the name field of the related record. I then use setTimeout to programmatically change the name of the related record. This does not trigger a rerender of the grid.

https://codepen.io/JoshArgentCertinia/pen/gOZzBQR

Thanks,
Josh


Post by tasnim »

Hi,

Thanks for your report. This fix will be available in the next patch release https://github.com/bryntum/support/issues/8671 (5.6.9)

When 5.6.9 is out, you can add propagateRecordChanges : true to the relation config

Good luck :),
Tasnim


Post by Josh Argent »

Thanks Tasnim, that's great! :D


Post Reply