Now i have two buttons that contain attributes "ValidationGroup='Group1'".And there will only one button can be displayed when page load(based on some conditions).the problem is the onclick event can't be fired for the hidden button's validation. So how can i disable the validation group of the hidden buttons in backstage?
How to remove ValidationGroup attribute in backstage?
222 views Asked by Tangfb At
2
You can use
CauseValidationproppery to overcome this issue as follows on your hidden button