Application Studio Edit/Update Selected Value from Grid

After looking at this post is there a way to edit/update a row of data from a grid using the bound fields? I have looked at the “row-find” widget but no mater what I get an “unable to find dataview” error.

Why not just let them update in the grid?
It would be way easier.

GridUpdate

Otherwise, use the row-update widget. It will always update the “current row” AKA, the one your user has selected, but I would still advocate updating the grid without the textbox.

GridUpdate2

Thanks for the suggestions. I may end up editing from the grid. Depends on how may columns I end up with. I am having an issue with the row-update widget. What do your properties look like?

image

1 Like

It works. Thanks!

1 Like