Author Topic: How to Validate cell in angularjs grid  (Read 1607 times)

arup_2016

  • Newbie
  • *
  • Posts: 4
    • View Profile
How to Validate cell in angularjs grid
« 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" }
                        ]
« Last Edit: November 02, 2016, 05:47:08 pm by arup_2016 »