I have a component that enables/disables some controls in response to
a login state.  If they user logs in, they don't need to fill out
certain data, since the server has it, but I don't really want to hide
the controls as it would leave a big empty spot in the designs I was
given.

The problem is that even when the controls are enabled=false, the
validation errorColor and the error tooltips show, which seems
counterintuitive.  Is this expected behavior, and is there some way to
get around this?  Thanks.

I've even tried binding the validator's enabled to the control's
enabled, which gets rid of the tooltips, but not the borders.

Any ideas? Thanks.

Reply via email to