Hi Yukiko,
By default if we set material theme for Grid control then the toolbar height will high compare to the other themes. For material theme we have to refer ej.theme.min.css, ej.widget.core.material.min.css for Syncfusion controls.
But in your code example we found that you have refer material theme with ej.theme.min.css file and not ej.widget.core.material.min.css. This is the root cause of your issue. So, we suggest you to refer the ej.widget.core.material.min.css file, if you refer for material theme for Syncfusion controls.
Note: If we refer ej.web.all.min.css then it will load automatically the corresponding theme files (ej.theme.min.css, ej.widget.core.material.min.css) into it. So, that when dynamically refer the CSS file(ej.web.all.min.css) it works properly.
|
[For material theme]
ej.widget.core.material.theme.min.css
ej.theme.min.css
|
Regards,
Prasanna Kumar N.S.V