Wijmo UI for the Web
nullString Option

Default value: ""

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
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgrid("option", "nullString");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgrid("option", "nullString", newValue);
        
});
Javascript (Specification) 
var nullString : string;
Example
$("#element").wijgrid({ nullString: "" });
Remarks
Case-sensitive for built-in parsers.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.