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.
Does it work when you decorate your properties with DojoWidget attribute?
[DojoWidget(LabelTranslationKey = "/some/path")] public string MyProperty { ... }
Hello, I'm currently in quite a pickle, i need to change the display name of the properties for a criterion.
I currently thought it would be done with the [Display()] attribute.
I have the following code
Thanks in advance!