telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
212 stars 36 forks source link

[Bug][Grid] GridColumnMenuProps does not have the full list of properties #2463

Open kdikov82 opened 3 weeks ago

kdikov82 commented 3 weeks ago

I'm submitting a...

Current behavior

The GridColumnMenuProps must contain information about "filterable", "sortable", and "groupable" from the Column definition, but they are undefined. Additionally, the GridColumnMenuProps.column does not contain the full definition of the column.

Expected behavior

All of the listed properties from the documentation must be available: https://www.telerik.com/kendo-react-ui/components/grid/api/GridColumnMenuProps/

Minimal reproduction of the problem with instructions

Open the example: https://stackblitz.com/edit/react-lv4ftm-fzoet2?file=app%2FcolumnMenu.tsx,app%2Fapp.tsx Open the column menu for the ProductName column and check the browser console. You will notice that "filterable", "sortable", and "groupable" values are incorrect.

Package versions: 8.2.0

kdikov82 commented 3 weeks ago

Also, please ensure that "props.column" has all properties from the GridColumn configuration