kendo ui grid is behaving like a table

1 Answer 57 Views
Grid
Cupcake
Top achievements
Rank 1
Cupcake asked on 03 Mar 2023, 11:17 AM

In my previous projects with kendo the grid i used a <Grid> component with default theme.

I made an identical one, but here kendo ui grid is behaving like a table and has k-table class and the header has .k-table-thead. The old project only has k-grid-table class and it works good. The kendo,  react, node, versions are the same, and style sheets are the same too.

But why is it behaving differently?

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 06 Mar 2023, 05:27 PM | edited on 17 Mar 2023, 11:21 AM

Hello,

We introduced a lot of rendering improvements in the KendoReact 5.10.0 release, which are also dependent on the latest version of the kendo-themes (v 6.1.0). You can find detailed list of all introduced changes in the following article:

Can you, please, upgrade the used theme to its latest version as well (6.1.0) and let me know if the problem persists? Also, please make sure that you delete the package.json and node_modules folder prior the upgrade in order to ensure that no old data is cached there.

Due to the introduced improvements in our latest release, in case you would like to upgrade any component to version 5.10.0, you will need to upgrade all of its depending components to the same version, and use the latest version of the kendo themes to have the up-to-date styling of the components.

Please, have in mind that when you upgrade the version of a complex KendoReact component like the Grid, you have to update the versions of all of its nested smaller components as well (like the buttons, dropdowns, etc.). For example, you can check the Grid's peer dependencies here:

Regards,
Vessy
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Grid
Asked by
Cupcake
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or