Columnmenu icon not rendering after upgrading from version 3 to version 5

1 Answer 97 Views
Grid
Rashmi
Top achievements
Rank 1
Veteran
Rashmi asked on 30 Mar 2023, 05:47 AM

Hi Team,

I upgraded my kendo from version 3 to version 5.12. Colummenu icon is not rendering after upgradtion. Is there any change made in latest version?.

renderColum = (props, column) => {

Const columndata = {};

columndata.field = column.field;

columndata.title = column.title;

columndata.columnMenu= (props)=>(

< ColumnMenu {...props} column={{...column, filter: column.fikter}}

)


}

 

<Grid{this.state.colums.map((column)=>{

return this.rendercolumn(props,column)

})}


>

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 30 Mar 2023, 06:15 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.2.0). You can find detailed list of all introduced changes in the following article:

Can you 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.

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.

Rashmi
Top achievements
Rank 1
Veteran
commented on 30 Mar 2023, 10:37 AM

Hi Vessy,

I deleted node modules and packag-lock.json and upgraded kendo version to 5.12 and theme default to 6.1.0 but still didn't work.

Regards,

Rashmi

Vessy
Telerik team
commented on 31 Mar 2023, 11:33 AM

Thank you for the update, Rashmi. In order to be able to help you in finding the root of the problem I will need to examine the exact setup leading to it. Would it be possible to prepare and send me a Stackblitz sample where I can reproduce the issue and debug it further at my end?
Tags
Grid
Asked by
Rashmi
Top achievements
Rank 1
Veteran
Answers by
Vessy
Telerik team
Share this question
or