Question
Update Event in Data Table
I want to perform a calculation using entries in the data table when something changed in that row and set that calculated value in another column of the same row. To avoid infinite loop, I want to execute my logic only when a specific property is changed. I was trying to use sourceProperty to determine the column changed. Unfortunately it was blank always. Is it a bug? or Am I doing something wrong?
Thanks in advance.

