Need a better way of making row selections

I have been using the Legacy Grid and row selections have worked fine.

I have built a new grid using the latest grid builder and I can't get the row selections to work. I am happy to use Check01 = 1 but I don't know how to incorporate that into the standard syntax which is:

localStorage.setValue ("minvnumber", table2.selectedRow.data.Invnbr);

Is there any way of incorporating Check01 = 1 into this syntax?

I am attaching a screen shot. minvnumber should be going into local storage as 468 but it always comes up with a different number.

Mike

It appears that you are also editing the column, and so what I think is happening is that the value you are setting is not what is being added/changed in the edited cell, the setValue is most likely reading the original value from when the table(grid) first loads.

Scott:

I am out of the woods.

I think there is a bug in the New Grid.

I just discovered that I can copy the Legacy Grid from one screen to another. I got it modified in less than 5 minutes and it looks much better.

On top of that the code for transferring the Invoice Number to storage works perfectly.

I think there is a bug in the New Grid.

Mike