jQuery.wijmo.wijgrid Namespace > options type : nullString Field |
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.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgrid.options.nullString; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ nullString: "" });