jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Subtotals Subtotals #99792

    hahakunge
    Participant

    Hi
    I have the same problem too.
    Anyone can help?

    Thanks!

    in reply to: property editable property editable #97802

    hahakunge
    Participant

    Thank you for your example.
    But I think that’s not convenient.
    If I have 40 columns, and only 2 columns is editable.
    Then I have to set editable:false to other 38 columns.

    Is it possible to set grid’s editable as false,and allow column set editable as true.
    Like this
    $(“#jqxgrid”).jqxGrid({
    width: 500,
    theme: ‘energyblue’,
    editable: false,
    source: adapter,
    sortable: true,
    columns: [{
    text: ‘First Name’,
    datafield: ‘firstname’,
    width: 90,
    editable:true
    }]
    });

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