Dynamically changing the contents of a container

Hi,

My scenario is as follows. I have a container with 2 widgets, the top container has just a dropdown list and the bottom widget should change to a new form or grid or even container based on what you pick in the dropdown. I’ve looked and looked and can’t find anything. Can anyone think of a way of doing this?

As a side note, I am only using containers because I couldn’t think of another way of doing this, if someone can think of a way of having a dropdown to pick a new form, I am also willing to try that.

Thanks

Mike

Re: Dynamically changing the contents of a container

Perhaps the documentaion
http://www.scriptcase.net/siteen/samples/samples.php

concerning container may help you to do this…

Best regards
Uwe Pfeiffer

Re: Dynamically changing the contents of a container

Hello,
This example needs a link and you have to click on the link.
What I need ist code which automatically (without link) actualize the second grind in the container…
For example : I put a new record to grid one and after update the grids view then second grid should be
actualized too. So it must be some code in OnAfterInsert Event of grid one.

Best regards
Uwe Pfeiffer

Re: Dynamically changing the contents of a container

Is the same usability. But, insteado of clicking on a button to reload the other container, after insert or update, you need to output a javascript function to execute the same action…

This is de idea…