Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2350
igGrid Row Edit Dialog forces validation on open
posted

When using the Row Edit Dialog and adding a new row, if the first field in the dialog is Required, then the validation automatically triggers for this field when the Row Edit Dialog first loads.  I would not expect this validation to trigger without the user doing anything.  It should only trigger if the user goes to the next row without entering information.

Here is a jsfiddle for this issue:  http://jsfiddle.net/ru5Rk/3/

Just hit 'Add a New Row', you will notice that the First Name field validates right away as soon as the dialog opens.  I would not expect this to happen.  This does not occur when using the regular Row Edit (non-dialog) mode.