In Application Studio store data from controls, such as text-boxes, in a grid

Thanks to help from @hmwillett and @josecgomez on this topic I am making progress. I am not sure all of theses steps are 100% required for this to work. Anyone can chime in if they see something unnecessary. Still learning. In the video I need to toggle that combo box that comes with the grid before things start showing up in the list. Any ideas on that?

  1. Add a text box to current view ex: Customer

  1. Create a view with a column to represent the data

  1. Edit the button onClick event to add a row-add function followed by a propert-set to clear the text box.

  1. Bind the text box to the new column in the Customer view.

5. Add the custom view to the “View Options” > “ep Binding” property of the grid.
SEE REPLY BELOW