So the style designer says "thou shalt use an image button", but the button is going "oh no thou shaln't". The problem is, the button works fine as long as all validators on the page are valid, but if any required fields are empty or anything of that sort, clicking the button activates all the validators and DOES NOT CALL its onclick event handler. This might be appropriate if the button were for submitting the page, but it's not -- it's a side popup, which needs to work independently of whether the page is submittable.
I've tried setting CausesValidation false, and AutoSubmit false, but the behavior doesn't change. How can I tell the button to just be a button, and not try to set itself up as a guardian of morals for the rest of the page?
Hello Paul,
Thank you for contacting Infragistics.
Could please provide more detailed steps how to replicate your issue or even better if you can provide isolated sample demonstrating it?
Thanks in advance.
I'm sorry, I'm heading out of town soon and I have no time to address this issue. People are just going to be happy for now with no webimagebutton.
I unexpectedly got time to get back to this, and found the problem. It was caused by local JavaScript that was snuck in by master pages and skin files. Not your fault at all.
Hi Paul,
I am glad you have managed to resolve this and thank you for sharing the cause of this issue, it may be helpful for other community members.