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?