Hello, I have a multi-select grid that is populated with a rest proxy. I also have an event that pops up a form that I'd like to use to comment the record that was clicked on, or all the records that were selected with the multi-select checkboxes on the rows. I have 2 basic problems that I'm hoping someone can assist me with as I'm rather new at this
- How to properly bind the record clicked on from the grid into the form popup so that comments will save back through the store proxy
- How to save those comments back through the rest service if more than one record is selected in the multi-select grid
Apologies again for the basic questions - am quite new at this.