ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: arup_2016 on November 02, 2016, 05:45:27 pm
-
Pls anybody tell me how to validate cell of numeric column in angularjsgrid and also setfocus on particular cell.
i have used following code but it does not work
validations: [
{ type: 'gte', value: 0, msg: "should be >= 0" }
]