Hi,
I am evaluating the components now.
I initially imported the css files related to syncfusion grid and it was working, but when I want to import the scss files, the application fails to build and I get an error saying
"File to import not found or unreadable: ej2-base/styles/bootstrap4-definition.scss."
I have imported the following files:
@import '~@syncfusion/ej2-base/styles/bootstrap4.scss';
@import '~@syncfusion/ej2-buttons/styles/bootstrap4.scss';
@import '~@syncfusion/ej2-calendars/styles/bootstrap4.scss';
@import '~@syncfusion/ej2-dropdowns/styles/bootstrap4.scss';
@import '~@syncfusion/ej2-inputs/styles/bootstrap4.scss';
@import '~@syncfusion/ej2-navigations/styles/bootstrap4.scss';
@import '~@syncfusion/ej2-popups/styles/bootstrap4.scss';
@import '~@syncfusion/ej2-splitbuttons/styles/bootstrap4.scss';
@import "~@syncfusion/ej2-react-grids/styles/bootstrap4.scss";
Could you please check and point out what I am doing wrong.