I need to check if a select box is enabled. The HTML says:
<select name="LocationId" tabIndex="3" id="LocationId" data-val-required="The LocationId field is required." data-val="true" disabled="">
This is showing as greyed out and disabled in the browser. However when I look at it with spy, the select box is listed as enabled, valid and visible. How can I work out whether it is disabled or not?