jQWidgets Forums

jQuery UI Widgets Forums Grid Grid Edit Row

This topic contains 3 replies, has 2 voices, and was last updated by  Dimitar 9 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Grid Edit Row #83381

    kalandi82
    Participant

    How to prevent a cell or column value during editRow call in jqgrid.
    jQuery(“#grid”).jqGrid({
    url:’/test/test’,
    datatype: ‘json’,
    mtype: ‘GET’,
    height: 450,
    be = ““;
    }

    I have 2 columns like email subject,body and a edit button in a grid row And my requirement is when i have clicked in edit button I dont want one column value should not update in database of editRow event. Anyone could you please help me for the same. Its a jqgrid inbuild fuctionality I have tried but no luck.

    Grid Edit Row #83382

    kalandi82
    Participant

    be = ““;

    Grid Edit Row #83383

    kalandi82
    Participant

    onclick=\”jQuery(‘#grid’).editRow(‘”+cl+”‘);

    Grid Edit Row #83395

    Dimitar
    Participant

    Hi kalandi82,

    We do not support the widget “jqGrid”. Our data grid widget is called jqxGrid.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.