Hi,
I'm facing one issue that when I update the data row, I'm NOT able to get the latest updated data, instead I'm still see the original values. Looks that after make update, the datasource is binding with the new value, but I have No way to get the new data. I provide a simple STR to let you know what I try to do. Thanks in advance.
code:
Original Datasource
Updated datasource
So my questions which method should I use to get the latest data, such as the row with "666", or even the whole datasource. Thanks.