Hi. Shouldn’t we be able to use a global var for the refresh rate (in seconds) for a container. When I used one, it blew up on me.
What I have is a container that holds a grid and some other stuff. I want the grid to refresh every 20 seconds. No problem when I hard code it with 20. But I also want someone to be able to stop the refresh rate or change it, then when the container is reloaded, it would be changed.
Anyone know a work around?
Thanks,
Jamie