jQWidgets Forums

jQuery UI Widgets Forums Grid Making checkbox editable

This topic contains 2 replies, has 2 voices, and was last updated by  Shankar 10 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Making checkbox editable #55230

    Shankar
    Participant

    Hi

    I have a grid with the following settings:
    editable: true,
    editmode: ‘selectedrow’,
    selectionmode: ‘singlerow’

    I have a checkbox as one of the columns in the grid.
    When I select a row (first click) and then click one more time the row becomes editable.But the checkbox is always editable i.e. even before the first click, user can operate the checkbox independent of the row editing. How can I stop user from operating the checkbox until the row enters into edit mode?

    Thanks
    Shankar

    Making checkbox editable #55235

    Peter Stoev
    Keymaster

    Hi Shankar,

    If you have a Checkbox Column and the column’s editable property is true(that’s by default), a cell value can be changed by clicking a checkbox cell. That is the behavior by design.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Making checkbox editable #55257

    Shankar
    Participant

    Thanks for the response.

    Regards
    Shankar

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

You must be logged in to reply to this topic.