Forum Discussion
Swapnil_Nawale
2 years agoIdeator I
How can I update this on Relationship Grid
this.setRelatedItemProperty(relID, selectedColumnName, selectedColumnValue); updates on both Item and Relationship Grid but does not works well for Item Property(when I click somewhere else on screenn after updating it roll backs old value).
when I do setProperty and do this then also it rolls back in Text/String Property, Integer Property & Item Property.
window.grid._grid._rows._store.get(destinationItemIDs)[selectedColumnName] = selectedColumnValue;
if(sourceColumnLabel)
{
window.grid._grid._rows._store.get(destinationItemIDs)[selectedColumnName+"@aras.keyed_name"] = sourceColumnLabel;
}
So how can we achieve that? but after Save it is showing me correct results.