In Development
Last Updated: 18 Jun 2024 15:57 by ADMIN
Scheduled for 2024 Q3 (7.08.2024)
Suddenly all my projects tell me to 'Convert to Telerik Web Site' but they all are already are?

All projects are affected. If I try to convert and choose a different skin this seems to affect the installation, but the button 'Convert to Telerik Web Site' is still visible.

Is there a way to fix this?
In Development
Last Updated: 05 Sep 2023 10:34 by ADMIN
Scheduled for R3 2023
The RadMultiSelect implementation has one error that WCAG 4.1.1 parsing is catching. There is a duplicate span with the same id.

Found in the page source of the demo page (similar to how I implemented as well):

https://demos.telerik.com/aspnet-ajax/multiselect/virtualization/defaultcs.aspx

<select name="ctl00$ContentPlaceholder1$RadMultiSelect1" multiple="" id="ctl00_ContentPlaceholder1_RadMultiSelect1" class="RadMultiSelect RadMultiSelect_Silk" style="width:400px;">
<span id="ctl00_ContentPlaceholder1_RadMultiSelect1_WebServiceCDS" style="display:none;"></span><input id="ctl00_ContentPlaceholder1_RadMultiSelect1_ClientState" name="ctl00_ContentPlaceholder1_RadMultiSelect1_ClientState" type="hidden" />
</select><span id='ctl00_ContentPlaceholder1_RadMultiSelect1_WebServiceCDS' style='display:none'></span>