Is there any way to hide the error message under validation.My situation is: 5 c

Is there any way to hide the error message under validation.My situation is: 5 columns in a grid and I add validation in one column which is "Task Pending". When validation failing, there is a message just like "Task Pending:" even though I did not set the error message. How can I hide it?Thank you so much!...

OriginalPostID-41922

OriginalPostID-41922

  Discussion posts and replies are publicly visible

Parents
  • I think you have a validation function set on the column Task Pending, which is returning false. The default behavior is for the column name to appear below the field/column that failed validation followed by the validation message (say in case of required fields on a form, you will see a message <field label> cannot be left blank).

    In your case, have you considered adding a validation message so that when the column fails validation, it appears like- Task Pending: <my custom validation message>
Reply
  • I think you have a validation function set on the column Task Pending, which is returning false. The default behavior is for the column name to appear below the field/column that failed validation followed by the validation message (say in case of required fields on a form, you will see a message <field label> cannot be left blank).

    In your case, have you considered adding a validation message so that when the column fails validation, it appears like- Task Pending: <my custom validation message>
Children
No Data