Is there a way to remove or hide the controls from the edit dialog if the properties are set as AllowEditing=false?
I've tried to target in the css file the elements using .e-disabled { visibility: hidden } but I didn't have any luck. We can't simply recreate the edit dialog template since much of it is dynamic already.
Thanks,
-jv