ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / clientEditingUpdateMode Option
In This Topic
    clientEditingUpdateMode Option
    In This Topic
    Syntax
    // Get value
    var value; // Type:  string
    value = $(".selector").c1gridview("option", "clientEditingUpdateMode");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").c1gridview("option", "clientEditingUpdateMode", newValue);
    var clientEditingUpdateMode : string;
    Browser Compatibility
    8
    5
    5
    See Also