Add check box in every row of gallery and use collection object to store selected record

lets say We have a canvas app and a gallery and we want to use some check box every row of the gallery so that we can do some bulk operation by selecting checkboxes and we will use a collection object to store the selected rows and un-selected rows. Add a gallery and associate the…
Read more