Wijmo UI for the Web
valueRequired Field

Default value: false

A value indicating whether null value is allowed during editing.

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

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.