Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    On run time changing form item type

    Hi,

    We are using below Power Edition:

    SmartClient Version: SC_SNAPSHOT-2011-10-26/PowerEdition Deployment (built 2011-10-26)


    In our Dynamic Form we have a FormItem type “SelectType”, on runtime(conditionally) I would like to change it to type “TextItem”.

    For Example:-

    If User select country as “USA” then we need to show Dropdown box(FormItem type “SelectType”) with List of States in USA. If User select country other than “USA”, we need to show user text box(FormItem type “TextItem”) to enter the State name.

    How can we achieve this requirement?

    #2
    You can add two items, and show or hide the different items based on the selection.

    Comment

    Working...
    X