Hello,
I have a Grid that is dynamically generated based on data returning from a service.
Each item in the grid has a toggle button. I want the user to be able to toggle each button and then submit the data via post to another service.
What is the best way to generate a either a JSON array or post the data the service. I saw some references to using local storage and JS but I havent seen a clear example on how to do this.
Help?
Here is an example of the screen. I want to be able to modify data and toggle on/of and post that data on submit.
thanks
shail