jQWidgets Forums

jQuery UI Widgets Forums Grid columntype: 'checkbox' Question

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • columntype: 'checkbox' Question #10745

    DavidSimmons
    Participant

    I have a column “Access” that has a value of [0,1] and I am trying to update it via a checkbox. Not sure what the checkbox sends on change. I would appreciate any help….

    { text: ‘Access’, dataField: ‘Access’, width: 60, hidden: false ,editable: true, columntype: ‘checkbox’ },

    columntype: 'checkbox' Question #10750

    Peter Stoev
    Keymaster

    Hi David,

    The checkbox column send the same events as the other edit columns. For example, the cellvaluechanged event is raised when a checkbox’s state is changed from true to false or from false to true. If you have assigned updaterow function in your source object, it will be called when the cell’s value is changed, too.

    Best Regards,
    Peter Stoev

    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.