Subform disable add/delete buttons
Hi,
if I disable a subform with a rule the buttons (delete or add) are still enabled. How can I disable or remove the buttons too?
Or do I need additional javascript for this?

-
same behavior using rule based, can be reproducible if we use eFormHelper:updateFieldProperty method .
Means buttons (delete or add) are still enabled even if we use eFormHelper:updateFieldProperty method .
you might have figured out the workaround using Javascript . Still,I will share
$("#SubForm").find(".subFormFooterWrapper"). hide();
$("#SubForm").find(".rowActionButtons"). hide();
Did you contact the support for this ?
请先登录再写评论。
评论
1 条评论