Wijmo UI for the Web
nullString Field
wijmo.grid Namespace > IDetailSettings Interface : nullString Field

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
var instance; // Type: wijmo.grid.IDetailSettings;
var value; // Type: string
value = instance.nullString;
var nullString : string;
Example
$("#element").wijgrid({ nullString: "" });
Remarks
Case-sensitive for built-in parsers.
See Also

Reference

IDetailSettings Interface