ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / nullString Option
In This Topic
    nullString Option
    In This Topic
    Cell values equal to this property value are considered null values. Use this option if you want to change default representation of null values (empty strings) with something else.
    Syntax
    // Get value
    var value; // Type:  string
    value = $(".selector").c1gridview("option", "nullString");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").c1gridview("option", "nullString", newValue);
    var nullString : string;
    Example
    $("#element").wijgrid({ nullString: "" });
    Remarks
    Case-sensitive for built-in parsers.
    Browser Compatibility
    8
    5
    5
    See Also