Page 1 of 1

LayoutGrid Validation in Text Area

Posted: Tue Apr 18, 2023 7:04 pm
by VEDRAN
page1 in my DEMO.
I have a LayoutGrid1 which is a form.
I have a Layoutgrid2 which is inside layoutgrid1 and a SUBMIT button in it.
I have a Layoutgrid3 which is inside layoutgrid2 and a Text Area in it.
Text Area has Max. Lenght: 30 and inside Validate: Data Required - ticked, Min: 1 Max: 30.
If you click SUBMIT button, it will try to send data immidietaly, without checking if Validation and data lenght is ok.

page2 in my DEMO.
But, if I put the Layoutgrid3 inside Layoutgrid1 which is acualy a Form, it WILL do the check for data lenhght etc.

DEMO: https://anonfiles.com/NcKaifm0z5/layout ... lenght_wbs

Am I doing something wrong or?
Thanks

Re: LayoutGrid Validation in Text Area

Posted: Tue Apr 18, 2023 7:48 pm
by Pablo
The element with validation should be a direct child element of the form (not of a nested grid) otherwise the input cannot be validated.

Re: LayoutGrid Validation in Text Area

Posted: Wed Apr 19, 2023 3:43 am
by wwonderfull
Are you using bootstrap validation html or something else? If bootstrap then I think there should not be much problem. These kind of problems occurred for many reasons as I had them and got to learn from the mistakes. If you need help you can submit a demo project just with the form. Maybe we can help you out.