I have built a table with a custom column menu using kendo react table. My column menu element container max width is 150px but kendo animation container width always taking full page width.
I don't have any styling control to set the width of kendo animation container. We want the context menu as the same as the kendo documentation example. like this but we are getting it as below
Please let me know any work around to fix this issue. We are using "@progress/kendo-react-grid": "4.8.0" version.