{title: "Cell", width: 150, dataIndx: "cell", align: "center", dataType: "string", validations: [ {type: 'regexp', value: "\([0-9]{3}\) [0-9]{3}-[0-9]{4}$", msg: "That does not appear to be a valid US phone number in the format (712) 555-1212!"}, ] },
value: /^\([0-9]{3}\)\s[0-9]{3}-[0-9]{4}$/