Wijmo UI for the Web
showGroup Option
wijmo.input.wijinputnumber Namespace > options type : showGroup Option

Default value: false

Indicates whether the thousands group separator will be inserted between between each digital group (number of digits in thousands group depends on the selected Culture).

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputnumber("option", "showGroup");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputnumber("option", "showGroup", newValue);
        
});
var showGroup : boolean;
See Also

Reference

options type
wijinputnumber jQuery Widget