Hi
I want to set visibility on & off for grid elements that are contained within dynamically populated list items. Visibility is to be controlled via button click events and applies to all items in the list. ie buttons control what data is shown in the list.
To do this I am setting the grid elements visibility parameter from the button click event. This works fine for a static list but not for a dynamic list
For a dynamic list I have tried adding a second event action that invokes the data service again to reload the list. This works for the first instance of the button event but none subsequently.
Any guidance appreciated
Thanks