jQWidgets Forums

jQuery UI Widgets Forums Grid Cell renderer inline editing

This topic contains 1 reply, has 1 voice, and was last updated by  hf 12 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Cell renderer inline editing #19346

    hf
    Participant

    Hi,

    I’m using a inline editing grid. What I would like to achieve is when a cell (columntype numberinput and textbox) with a 0 value is clicked (editmode is click) the cell is filled with a result coming out of a formula. So I need some kind of cellsrenderer, but only when the cell comes into edit mode.

    Any help will be appreciated!

    Cell renderer inline editing #19349

    hf
    Participant

    Ok, forget it. Got it.

    initeditor: function (row, cellvalue, editor) {
    $(“#jqxgrid”).jqxGrid(‘setcellvalue’, row, ‘col’, ‘9999’);
    }

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

You must be logged in to reply to this topic.