Previous and next arrows icon missed

Hello,

Styles are missed in my grid component for arrows in pagination component.

Image_8797_1712079585754


I've already imported next packages in my project:

@import "@syncfusion/ej2-base/styles/material.css";
@import "@syncfusion/ej2-base/styles/bootstrap.css";
@import "@syncfusion/ej2-react-navigations/styles/material.css";
@import "@syncfusion/ej2-react-navigations/styles/bootstrap.css";
@import "@syncfusion/ej2-react-grids/styles/material.css";
@import "@syncfusion/ej2-react-grids/styles/bootstrap.css";
@import "@syncfusion/ej2-buttons/styles/material.css";
@import "@syncfusion/ej2-inputs/styles/material.css";
@import "@syncfusion/ej2-popups/styles/material.css";
@import "@syncfusion/ej2-react-calendars/styles/material.css";

4 Replies

JS Johnson Soundararajan S Syncfusion Team April 3, 2024 03:21 PM UTC

Hi Anton Koval,


Greetings from the Syncfusion support,


Based on your query, it appears that the pagination arrow styles are not being applied correctly in the grid component. We have made an attempt to create a sample for you. On our end, the pagination style is functioning correctly.


Please ensure that the CSS file is imported correctly. The documentation link for adding a CSS reference in the grid component will be shared.


Please refer to the below documentation link, sample and screenshot for more information.


Screenshot :


Sample : React_sample.zip

Documentation link :
Getting started with React Grid component | Syncfusion


If this does not meet your requirements, please provide more information regarding your requirement.


Regards,

Johnson Soundararajan S


Attachment: React_sample_353e1e37.zip


AK Anton Koval April 3, 2024 05:01 PM UTC

OK, I've figured out what was the problem.
I need to apply generally style font-family: 'Open Sans', 'Helvetica', sans-serif to be consistent with other components font styles.

Is there any workaround with font?

Image_5640_1712163633918



AK Anton Koval April 3, 2024 05:11 PM UTC

I've found workaround already.

For .e-icons class we need to set font-family: "e-icons" once again since it's been updated by global css property.

Thank you for your support.

This ticket can be closed :-)



JS Johnson Soundararajan S Syncfusion Team April 5, 2024 03:49 PM UTC

Hi Anton Koval,


We are happy to hear that you resolved the reported query.


Please get back to us if you need any other assistance.


Regards,

Johnson Soundararajan S


Loader.
Up arrow icon