jQWidgets Forums

jQuery UI Widgets Forums Grid Grid Checkbox column

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid Checkbox column #58248

    sankar
    Participant

    HI,

    I am using jqxgrid with checkbox columns. Based on, one checkbox column selection I need to lock/change the checked status of another column. Please let em know how to acheive this.

    Thanks,
    Sankar

    Grid Checkbox column #58251

    Dimitar
    Participant

    Hello Sankar,

    In the cellendedit event, when you have checked/unchecked a cell from the condition column, you can set a cell from the second column with the setcellvalue method. As for locking, in the second column’s cellbeginedit callback function you can check if a condition is satisfied and return false if you wish to cancel editing (as done in the demo Disable Editing of Rows).

    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.