ccole

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: Dropdown loses value at second time inline edit #96764
    ccole
    Participant

    Hi, I have been using this:

    function buildListsSelect(response) {

    if(typeof(response) == “object”) {

    response = response.responseText;

    }

    var html = '';

    var data = JSON.parse(response);

    for(var i in data) html += '' + data + '';

    html += '';

    return html;

    }

    Hope this helps.

    in reply to: Add/Edit fields not in grid #96447
    ccole
    Participant

    You probably found out already but for others, yes, it is what you meant.

    You define all the fields in the grid, some visible, some hidden and change the editrules for those hidden in the grid to see them in the form.

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

Stay connected with us in your favorite flavor!