Problems with filters in Chrome

Good afternoon gentlemen,

I'm having issues with the Filter type="Excel", it works perfectly in FireFox but in Chrome it doesn´t display the options of the filter.

The code looks like:
<ejs-grid id="Grid" dataBound="dataBound" locale="es-MX" allowPaging="true" allowSorting="true" allowMultiSorting="true" allowGrouping="true" allowFiltering="true" allowExcelExport="true"... >
     <e-grid-filterSettings type="Excel"></e-grid-filterSettings>
     .....
     <e-grid-column field="Fecha" headerText="Fecha" visible="true" customFormat="@(new { type ="date", format="dd/MM/yyyy" })" type="date" allowEditing="false"></e-grid-column>


Here is an example of the differences in browsers
FireFox:


Chrome:


Can you please help me out?






3 Replies 1 reply marked as answer

SK Sujith Kumar Rajkumar Syncfusion Team August 5, 2020 07:32 AM UTC

Hi Javier, 

Greetings from Syncfusion support. 

We checked your reported problem and would like to let you know that this is known issue from our side which has been already resolved and the fix is included in our Essential Javascript2 patch release (v18.2.47). So please upgrade the  Syncfusion packages in your application to this version to include the fix. If you have referenced the EJ2 controls theme file using the online CDN link then please refer the following version specific link in your application to include the fix as the main link has not yet been refreshed. 
 
CDN version-specific theme file: https://cdn.syncfusion.com/ej2/18.2.47/material.css 
 
Please get back to us if you require any further assistance. 
 
Regards, 
Sujith R 


Marked as answer

JA Javier A Aguilera August 6, 2020 05:12 AM UTC

Thanks for the fast answer!!


SK Sujith Kumar Rajkumar Syncfusion Team August 6, 2020 12:01 PM UTC

Hi Javier, 

You’re welcome. Please get back to us if you require any further assistance. 

Regards, 
Sujith R 


Loader.
Up arrow icon