How to save runtime information
Hi,
I would like to create a list with checkboxes and process the rows that were checked. In order to the that, I am using the Repeater widget. I couldn’t use a simple grid because I need to enable accessibility of each checkbox during runtime (if the checkbox should be disabled or not) .As far as I understand that is not possible today in Grid widget.
Do you have any suggestions how and where should I cache the values of all the rows that were checked, besides using Thing properties or session parameters (because then a user can access these properties from different tabs)?
Moreover, is it recommended to save runtime information in mashup parameters?
Thank you



