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

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

Update Event in Data Table

vranganathan
12-Amethyst

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.

Announcements


Top Tags