Question T9271
Visible to All Users

Using Custom widget want create Grid

created 3 years ago

Hello
I want to design surveys like bootstrap Row and column.
I want to add a dynamic column with a size like we can add using CSS classes(col-lg-n) in bootstrap.
And every column I want to add questions.
Is there any way we can do the above things in survey js?

Clipboard-File-1.png

Answers approved by surveyjs Support

created 3 years ago

Hello,
You can set "colCount" radio group question property to 0.
To have several questions on one line you can set startWithNewLine to false.

Thank you,
Andrew
SurveyJS Team

    Comments (2)

      Thanks for the information.

      Yes we can use startWithNewLine and colCount properties. But I want to add columns and in every columns I want to add question. Is there any configuration or settings for that?

        We do not this type of functionality. IMHO: It is complicated scenario for an end-user of Form Creator. It was created for a regular people, not for software developers who knows this type of concept.

        Thank you,
        Andrew
        SurveyJS Team