Issues with Ej2 compatibility css File

HI, 

I have an application that currently uses EJ1, however we are now looking to slowly migrate over to EJ2, these means that any new development shall be performed with EJ2. 

Upon looking at your documentation, you say that to use both, it is required to use the compatibility CSS file. However, when using this file, For the likes of a list box, the scroll bar is shown which is visually displeasing. 

Are you able to help resolving this so that we do not have the displeasing look and still able to use both EJ1 and EJ2. 


In the screen shot above, you can see there is a text box with a add button which populates the list box below. As you can see, there is a displeasing scroll bar. 

Thanks

Paul. 

1 Reply 1 reply marked as answer

SD Saranya Dhayalan Syncfusion Team August 6, 2020 07:41 AM UTC

 
Hi Paul,  
 
Greetings from Syncfusion.  
 
We have validated your query and suspect that you might have missed to refer EJ2 styles in your sample. Please refer the same in “Shared/Layout.cshtml” file under head section.  
 
@* Syncfusion Essential JS 2 Styles *@
    <link rel="stylesheet" rel='nofollow' href="https://cdn.syncfusion.com/ej2/material.css" />
 
 
 
However, for your convenience, we have created a sample for your reference and the same can be downloaded from the below link.  
  
 
Please get back to us if you need any further assistance.  
 
Regards,  
Saranya D 


Marked as answer
Loader.
Up arrow icon