Skip to main content
1-Visitor
June 2, 2014
Question

How to add Combobox and Checkbox in Grid columns?

  • June 2, 2014
  • 1 reply
  • 2412 views

Hi,

Can anyone please let me know how to add Combobox and Checkbox in Grid columns?

Regards,

Raj

    1 reply

    1-Visitor
    June 2, 2014

    Sorry Raj, this functionality does not exist in the Grid. It is for Read Only purposes.

    rajgs1-VisitorAuthor
    1-Visitor
    June 2, 2014

    Thanks for the clarification. Is there any other control serving the purpose ? I wanted to add check box/combo in table same as that of  the added entity list in the home page of Thingworx.

     

    1-Visitor
    June 2, 2014

    The list widget has Combo Box functionality, just toggle view property. Please note, for a combo box, the widget must be in a non-responsive area, so add a panel if you are working in a responsive mashup.

    A check box widget of course provides the check box functionality.
    If you had to have a Grid type of setup, you could use a Repeater mashup and basically build a mashup to represent a row and use the repeater to repeat that row for as many times as needed.