Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
I am writing an implementation of server side validation for a property by creating a custom ValidationAttribute and I using this guid as an example
http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/9/Content/Properties/Property-types/Writing-custom-attributes/
The problem I have is that I have also marked the property as Required and it seems like by doing that Episerver are not triggering my validationattribute when the users click create.
Are there anyone else who has made a simular implementation and got it to work?