Editor Field validation in form with Tabs

Editor Field validation in form with Tabs

belubelu Posts: 38Questions: 14Answers: 0

Hi,

I am using a DataTable with Editor and Bootstrap.
The editor form is a custom modal with different Tabs. When field Validation runs, validation errors are shown under the form field - so far so good. The problem is, that if the tab with the field validation error is not active (the part of the form cannot be seen), the user cannot see, that there is an error. Is there a solution for this problem?

Thanks in advance!

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Is this client-side validation, or server-side? You could try the events submitComplete or submitError, and display the returned error more visibly, perhaps.

    Colin

This discussion has been closed.