Designer Version 8.1.47
I hope I was able to clearly describe the issue at hand. If necessary, I'll make a video to demo my issue after the weekend.
For R&D purposes I have a table with 9 rows (which will grow) and 22 columns. I can change the value of cells in four columns externally, but only if it is in the Selected Row.
Imagine I sort the table based on column X and I have selected the 9th row.
While the 9th row is selected, I change the value of the cell in the selected row in column X.
Because the table is sorted by column X's value , the selected row is moved from 9th to (e.g.) the first position, but the selection stays in the 9th row.
Since I am no longer selecting the same row as I was before, I would have to find the last row again if I want to change any of the other columns.
Is this intended behavior?
If so, is there a way around it by either not sorting the rows instantly or the selection moving with the value?