Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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.
Hi @vranganathan is the datatable getting modified in runtime - i.e. varying number of columns? Or are you simply looking for data change event? If so, why not use Events inherited by DataTable fired on CRUD operation performed on the DataTable
Still with the Update event (for datatable entry) you won't get which column of the datatable was changed.