jQuery UI Widgets Forums Grid Custom Header with check box

This topic contains 3 replies, has 3 voices, and was last updated by  Peter Stoev 11 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Custom Header with check box #20526

    If someone may suggest how to create custom header with check box. The functionality should be that when the header is clicked to select all the column.

    Thanks

    Custom Header with check box #20601

    Peter Stoev
    Keymaster

    Hi,

    You may find the Custom Row Selection demo in the Grid’s Demos. It has a Header CheckBox.

    Best Regards,
    Peter Stoev

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

    Custom Header with check box #20627

    punkrack
    Participant

    I did it custom (without using the one with jqxwidgets). The only thing is, you cannot use the . Use an image with state checked / unchecked.

    It’s kinda a pain in the ass because you have to program oncolumnclick for check all to change the state and then use cellclick, rowclick / rowselect for all the checking / unchecking of the rows.

    Try to do it with the grid’s demo.

    If you really need to use custom like i did, i will try to help you then.

    But it’s a bit of a pain…

    Custom Header with check box #20635

    Peter Stoev
    Keymaster

    Hi,

    Unfortunately, we do not have other demos with that functionality.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.