Question T697
Visible to All Users

how to identify if the panel is last

created 7 years ago

i want to add visible if to last panel in dynamic panel how ?

urgent required also there is a bug when splice a panel the question is not clear out ?

Show previous comments (10)

    By the way you can simply call the

    JavaScript
    panel.removePanel(panel.panels[index]);

    method. In this case you can remove these lines:

    JavaScript
    panel.allowRemovePanel = true; // so panel is undefined panel.allowRemovePanel = false;

    Thanks, Serge
    SurveyJS Team

      thanks that fixed it atlast also if i want to add a radio group bhelow the top and i want to show only the options that are selected on above checkboxes.
      like this "choices": "{employers}"

      thanks for the SurevyJS Team.

        Hello,

        I've prepared a sample for you - https://plnkr.co/edit/u0TURGKIHAEYhkjEdHbN?p=preview
        On entering name car radiogroup is filled with cars choices.

        Thanks, Serge
        SurveyJS Team