Wijmo UI for the Web
valueRequired Field

A value indicating whether null value is allowed during editing.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IColumn;
var value; // Type: bool
value = instance.valueRequired;
Javascript (Specification) 
var valueRequired : bool;
Example
$("#element").wijgrid({ columns: [{ valueRequired: false }]});
Browser Compatibility
7
5
5

See Also

Reference

IColumn Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.