Hi everyone,
Please help check whether I'm doing anything wrong in below code. I'm having an editable grid with data source is a data subset local variable. In gridRowLayout I already provided the id for identifying, and save the selected ID into a blank local variable. But when I select each row, it's value is not stored into my local variable. I also tried with fv!index but that did not work either.
Below is the data subset local variable. I indexed into it's data.fileId field.
Discussion posts and replies are publicly visible
Hi mollyn126 ,
I am unable to see your complete code, particularly in areas such as the expression under the gridRowLayout, as some content appears to have been minimized in the screenshot you provided. I hope you have found a solution to this. If not, I am attaching the code below for your reference. Please review it at your convenience. (Regarding the Id and data, you can use either fv!item.id or fv!index and index or .data)