jQuery UI Widgets Forums Grid jqxCheckbox inside jqxWindow

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxCheckbox inside jqxWindow #62570

    dineshnk
    Participant

    Hi,

    I have a button in a column of jqxGrid and it open up a jqxWindow on click of that button. Now I want to render multiple checkboxes in jqxWindow, on the basis of data passed to jqxWindow, i.e., Number of checkboxes will vary.

    Please suggest.

    Thanks,
    dineshnk

    jqxCheckbox inside jqxWindow #62658

    Dimitar
    Participant

    Hello dineshnk,

    In this case, you would have to dynamically append div elements and initialize the jqxCheckBoxes from them on the jqxWindow open event. It may also be best if you destroyed the checkboxes (via the jqxCheckBox destroy method) on the jqxWindow close event.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.