cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Update Event in Data Table

vranganathan
10-Marble

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.

2 REPLIES 2

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

 

04-05-2018 11-03-22.jpg

Still with the Update event (for datatable entry) you won't get which column of the datatable was changed.

Top Tags