Dynamic Drop Down List in Relationship Property

Hi Team

I have below set of code to set the dynamic drop down list in relationship property. It is working in ARAS 12 SP2 version but it is not working in ARAS 12 SP18 version. Can you please let me know what am I missing or what is changed between this two versions

gridApplet.cells(relationshipID,targetColumnIndex).setEditType(2); // This line is through below error
var cell = gridApplet.cells(relationshipID,colNumber);
gridApplet.columns_Experimental.set( cell.grid_Experimental.layout.cells[cell.indexColumn_Experimental].field, "comboList", listArray, valueArray);

Error Message

oneditstart handler failed with message: TypeError: Cannot read properties of undefined (reading 'field')

Parents Reply Children
No Data