Reference Selector Column - Making Editable In Data Grid

0
Hi – I have a column set to Reference Selector and made that editable in the data grid. I’m getting inconsistent results where the value I set it to on the data grid is not being stored. Any ideas why this might be happening? The Reference Selector is a drop-down of user ID’s, and the selection is stored in a “User_ID” column in my entity. I made that “User_ID” column editable, but when I edit directly on the data grid, my edit is not sticking.
asked
2 answers
1

After clicking save, while the change does seem to “stick,” I also get an error message (in the log):

 

Unable to get property 'acceptUpdates' of undefined or null reference TypeError: Unable to get property 'acceptUpdates' of undefined or null referenceUnable to get property 'acceptUpdates' of undefined or null reference TypeError: Unable to get property 'acceptUpdates' of undefined or null reference

answered
0

Hi

Are you sure you are committing it somewhere like using onchange  microflow or using save button?

answered