angular-ui/ui-grid

ui-grid Cell is locked if validation fail

Open

#5,237 opened on Mar 20, 2016

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (2,496 forks)batch import
help wanted

Repository metrics

Stars
 (5,395 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi Team,

I need to add validation on required fields but while doing edit i am facing below issues.

  1. if required field is empty then ui-grid cell getting locked.
  2. if validation fail then ajax request is call ansy and ajax call goes to servser side(basically if validation fail then ajax call not goes to server side and cell should be open in edit mode with red validation border.)

Thanks, Chaitanya.

Contributor guide