Author Topic: Validation Issues  (Read 2187 times)

virendraparade01

  • Newbie
  • *
  • Posts: 9
    • View Profile
Validation Issues
« on: August 21, 2019, 11:14:07 am »
Hey

Here in My project I have "ItemNo", "Qunatity", "TargetPrice", "Description", "PackingInstructions" defined by default. Now the new user is going to fill the required fields "ConfirmedQuantity", "ConfirmedPrice" and "LineTotal". But

1. when I try to Submit the Grid it directly throws an error, I don't know why even all the cells are field properly it throws an error.
2. No error or required symbol is displayed for the required cells even though I submit a empty grid.

can u plz let me know what's the issue here.

Issue Link:
https://jsfiddle.net/virendraparade01/uagx8tw0/

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: Validation Issues
« Reply #1 on: August 29, 2019, 08:49:43 pm »
grid doesn't throw any error, there is an alert("Error") in your code.

Please follow the online demos to correct your code.