How to do validation for Simple inline editing?
How to do validation for Simple inline editing?
PatricioFink
Posts: 27Questions: 12Answers: 0
I bought the editor version.
I was looking to the examples provided in the download and i can not find any validation example. I mean client side.
Can some plase point me where they are?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
There is a client-side validation example in the
api
directory. That will work for inline editing as well.However, Editor very strongly focuses on validation at the server-side. Regardless of any validation performed at the client-side you absolutely have to do validation at the server-side, therefore, instead of doing the same thing twice, Editor's validation is primarily performed on the server-side.
Regards,
Allan