busko1@gmail.com

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • in reply to: Multiselect based on nested table #124988
    busko1@gmail.com
    Participant

    “unformat” works great!

    Thanks!

    in reply to: Post not editable fields #124986
    busko1@gmail.com
    Participant

    Yes I am already using

    serializeEditData : function(data) {
    delete data.oper;
    if (data.applicationId == ‘_empty’)
    delete data.applicationId;
    return JSON.stringify(data);
    }

    But data does not contain all fields – only editable : true.

    How can I get my

    }, {
    label : ‘Create By’,
    name : ‘createBy’,
    editable : false
    }, {

    This field  is not on the edit form.

    in reply to: Multiselect based on nested table #124979
    busko1@gmail.com
    Participant

    Tony, the idea do not modify server data and have ability to modify data in jqgrid with different modifiers – one for grid and one for edit form.

     

    I used formatter:permissionsFormatter to do this but it is applied to both cases

    in reply to: Lock edit form on submit #124943
    busko1@gmail.com
    Participant

    Thanks for the help!!!

     

    Beats Regards,

    Eugene.

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

Stay connected with us in your favorite flavor!