Invalid check icon when using CssClass

Hi,
I have DropDownList with checkbox.
I noticed that when I use CssClass
all the check icons (v icon for each DropDownListItem)
displayed with invalid icon.

Here is my code:


<%@ Register assembly="Syncfusion.EJ.Web, Version=14.1460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" namespace="Syncfusion.JavaScript.Web" tagprefix="ej" %>
<%@ Register Assembly="Syncfusion.EJ, Version=14.1460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" namespace="Syncfusion.JavaScript.Models" TagPrefix="ej" %> 
<%@ Register Assembly="Syncfusion.EJ, Version=14.1460.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" Namespace="Syncfusion.JavaScript.DataVisualization.Models" TagPrefix="ej" %>

<style> 
.ddlFont { font-family:Arial; }
</style>

<ej:DropDownList ID="DropDownList1" runat="server" ShowCheckbox="true" CssClass="ddlFont">
<Items>
<ej:DropDownListItem Text="a"></ej:DropDownListItem>
<ej:DropDownListItem Text="b"></ej:DropDownListItem>
</Items>
</ej:DropDownList>


Thanks,
   Tomer


1 Reply

KR Keerthana Rajendran Syncfusion Team February 8, 2018 06:26 AM UTC

Hi Tomer,   
   
Thank you for contacting Syncfusion Support.   
   
We have checked the reported issue with version 14.1.0.46 (based on your code) and able to reproduce the issue. This issue has been fixed in the next product version 14.2.0.26. Kindly upgrade to this version to resolve this issue.   
   
Refer to the below UG for project migration   
   
   
Also, you can use cdn link for reference to ej.web.all.min.js of 14.2.0.26 version in site master as shown below   
   
<%: Scripts.Render("~/Scripts/jquery-1.11.3.min.js")%>   
   <%: Scripts.Render("~/Scripts/jsrender.min.js")%>   
   
Regards,   
Keerthana.  
 


Loader.
Up arrow icon