jQWidgets Forums

jQuery UI Widgets Forums Grid Disable a Column Button

This topic contains 1 reply, has 1 voice, and was last updated by  jose Ivan 11 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Disable a Column Button #25528

    jose Ivan
    Member

    I would like to disable a button column and set avariable just only when it has some values in other columns.

    I ‘ve tried by this way but It doesn’t work.

     column.push({
    text: '', datafield: 'Edit', columntype: 'button', width: 90, cellsrenderer: function () { return "Guardar"; }, disabled:true, buttonclick: function (row) {
    var dataRecord = $($element).jqxGrid('getrowdata', row);
    }
    });
    Disable a Column Button #25737

    jose Ivan
    Member

    Hi again …. I haven’t resolve this case and I was thinking that you maybe can help me …. I was thinking the perfect scene for example if a value if more than 30 in a column call quantity so the button is avariable in other case I would like that his state is disable .. It is posible ?

    best regards

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

You must be logged in to reply to this topic.