jQWidgets Forums

jQuery UI Widgets Forums Grid checkBox Column event

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 12 years, 5 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • checkBox Column event #10791

    marchip
    Member

    Hi

    How can i caught the event of a checkbox in a column of Grid?

     

    Thanks

    checkBox Column event #10794

    Peter Stoev
    Keymaster

    Hi marchip,

    The cellvaluechanged event is raised when a checkbox’s value is changed.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    checkBox Column event #10799

    marchip
    Member

    Ok. Thanks.
    Another question:
    In a definition of column can i use columntype: ‘checkbox’ and cellsrenderer???
    I must show a checkbox only if a condition is respected. How can i do it?

    checkBox Column event #10801

    Peter Stoev
    Keymaster

    Hi marchip,

    If you set the columntype to ‘checkbox’, the column will display only checkboxes. Each checkbox will have either true or false state depending on the cell’s value(true or false). You can’t use cellsrenderer for a checkbox column.

    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.