User-461467335 posted
Hi,
I have a project which makes use of the TreeView CSS Adapter - which is all good. However I also need to make use of the standard TreeView control and have included the attribute
AdapterEnabled
="false"
on the appropriate control. When rendered the control does not use the CSS adapter, however the XHTML output includes the attribute and value AdapterEnabled="false" within a <div> tag.
<div id="ctl00_ContentPlaceCenterContent_tvwSiteMap" AdapterEnabled="false">
Could anyone advise how to remove this invalid tag from the output.
Thanks